#127D27

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

Shades of Forest Green #127D27

Tints of Forest Green #127D27

Color information

#127D27 (or 0x127D27) is unknown color: approx Forest Green. HEX triplet: 12, 7D and 27. RGB value is (18,125,39). Sum of RGB (Red+Green+Blue) = 18+125+39=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 125 (49.22% from 255 or 68.68% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 125 - color contains mainly: green. Hex color #127D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D27 is #ED82D8. Grayscale: #535353. Windows color (decimal): -15565529 or 2587922. OLE color: 2587922.

HSL color Cylindrical-coordinate representation of color #127D27: hue angle of 131.78º 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 #127D27 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB1812539-
CMYK0.8600.690.51
HSL131.78º74.83%28.04%-
HSV(B)131.78º85.6%49.02%-
XYZ7.9514.944.38-
YUV83.2103.0581.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 125 (49.22% from 255) = 68.68%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=9.89%
G=68.68%
B=21.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18125390.8600.690.51131.7874.8328.04
Hex127D275604533844b1c
Octal221754712601056320411334
Binary10010111110110011110101100100010111001110000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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