#157B42

Color #157B42 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #157B42

Tints of Dark Spring Green #157B42

Color information

#157B42 (or 0x157B42) is unknown color: approx Dark Spring Green. HEX triplet: 15, 7B and 42. RGB value is (21,123,66). Sum of RGB (Red+Green+Blue) = 21+123+66=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #157B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157B42 is #EA84BD. Grayscale: #565656. Windows color (decimal): -15369406 or 4356885. OLE color: 4356885.

HSL color Cylindrical-coordinate representation of color #157B42: hue angle of 146.47º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B42 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB2112366-
CMYK0.8300.460.52
HSL146.47º70.83%28.24%-
HSV(B)146.47º82.93%48.24%-
XYZ8.3814.727.55-
YUV86116.7181.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 123 (48.44% from 255) = 58.57%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=10%
G=58.57%
B=31.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21123660.8300.460.52146.4770.8328.24
Hex157B425302E3492471c
Octal251731021230566422210734
Binary10101111101110000101010011010111011010010010010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157B42; }

 p { color: rgb(21,123,66); }

 H1.HeaderClassName
 {
   color: #157B42;
 }
 .AnyTagClassName
 {
   color: #157B42;
 }
</style>
background-color css

<style>
 a { background-color: #157B42; }

 a { background-color: rgb(21,123,66); }

 div.DivClassName
 {
   background-color: #157B42;
 }
 .BgClassName
 {
   background-color: #157B42;
 }
</style>
border-color css

<style>
 span { border-color: #157B42; }

 span { border-color: rgb(21,123,66); }

 td.TdClassName
 {
   border-color: #157B42;
 }
 .TagClassName
 {
   border-color: #157B42;
 }
</style>