#157F26

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

Shades of Forest Green #157F26

Tints of Forest Green #157F26

Color information

#157F26 (or 0x157F26) is unknown color: approx Forest Green. HEX triplet: 15, 7F and 26. RGB value is (21,127,38). Sum of RGB (Red+Green+Blue) = 21+127+38=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 127 (50% from 255 or 68.28% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 127 - color contains mainly: green. Hex color #157F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157F26 is #EA80D9. Grayscale: #555555. Windows color (decimal): -15368410 or 2522901. OLE color: 2522901.

HSL color Cylindrical-coordinate representation of color #157F26: hue angle of 129.62º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F26 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB2112738-
CMYK0.8300.700.50
HSL129.62º71.62%29.02%-
HSV(B)129.62º83.46%49.8%-
XYZ8.2515.484.39-
YUV85.16101.3882.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 127 (50% from 255) = 68.28%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=11.29%
G=68.28%
B=20.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21127380.8300.700.50129.6271.6229.02
Hex157F26530463282481d
Octal251774612301066220211035
Binary10101111111110011010100110100011011001010000010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,127,38); }

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

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

 a { background-color: rgb(21,127,38); }

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

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

 span { border-color: rgb(21,127,38); }

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