#127D28

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

Shades of Forest Green #127D28

Tints of Forest Green #127D28

Color information

#127D28 (or 0x127D28) is unknown color: approx Forest Green. HEX triplet: 12, 7D and 28. RGB value is (18,125,40). Sum of RGB (Red+Green+Blue) = 18+125+40=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 125 (49.22% from 255 or 68.31% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 125 - color contains mainly: green. Hex color #127D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D28 is #ED82D7. Grayscale: #535353. Windows color (decimal): -15565528 or 2653458. OLE color: 2653458.

HSL color Cylindrical-coordinate representation of color #127D28: hue angle of 132.34º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D28 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1812540-
CMYK0.8600.680.51
HSL132.34º74.83%28.04%-
HSV(B)132.34º85.6%49.02%-
XYZ7.9714.954.47-
YUV83.32103.5581.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 125 (49.22% from 255) = 68.31%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=9.84%
G=68.31%
B=21.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18125400.8600.680.51132.3474.8328.04
Hex127D285604433844b1c
Octal221755012601046320411334
Binary10010111110110100010101100100010011001110000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127D28; }

 p { color: rgb(18,125,40); }

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

<style>
 a { background-color: #127D28; }

 a { background-color: rgb(18,125,40); }

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

<style>
 span { border-color: #127D28; }

 span { border-color: rgb(18,125,40); }

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