#127F21

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

Shades of Forest Green #127F21

Tints of Forest Green #127F21

Color information

#127F21 (or 0x127F21) is unknown color: approx Forest Green. HEX triplet: 12, 7F and 21. RGB value is (18,127,33). Sum of RGB (Red+Green+Blue) = 18+127+33=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 127 (50% from 255 or 71.35% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 127 - color contains mainly: green. Hex color #127F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127F21 is #ED80DE. Grayscale: #535353. Windows color (decimal): -15565023 or 2195218. OLE color: 2195218.

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

Color convert

RGB1812733-
CMYK0.8600.740.50
HSL128.26º75.17%28.43%-
HSV(B)128.26º85.83%49.8%-
XYZ8.1115.423.99-
YUV83.6999.3981.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 127 (50% from 255) = 71.35%
BLUE value IS 33 (13.28% from 255) = 18.54%
R=10.11%
G=71.35%
B=18.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18127330.8600.740.50128.2675.1728.43
Hex127F215604A32804b1c
Octal221774112601126220011334
Binary10010111111110000110101100100101011001010000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,127,33); }

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

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

 a { background-color: rgb(18,127,33); }

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

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

 span { border-color: rgb(18,127,33); }

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