#129F23

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

Shades of Forest Green #129F23

Tints of Forest Green #129F23

Color information

#129F23 (or 0x129F23) is unknown color: approx Forest Green. HEX triplet: 12, 9F and 23. RGB value is (18,159,35). Sum of RGB (Red+Green+Blue) = 18+159+35=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 159 (62.5% from 255 or 75% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 159 - color contains mainly: green. Hex color #129F23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F23 is #ED60DC. Grayscale: #676767. Windows color (decimal): -15556829 or 2334482. OLE color: 2334482.

HSL color Cylindrical-coordinate representation of color #129F23: hue angle of 127.23º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F23 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1815935-
CMYK0.8900.780.38
HSL127.23º79.66%34.71%-
HSV(B)127.23º88.68%62.35%-
XYZ12.9525.055.74-
YUV102.789.7967.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 159 (62.5% from 255) = 75%
BLUE value IS 35 (14.06% from 255) = 16.51%
R=8.49%
G=75%
B=16.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18159350.8900.780.38127.2379.6634.71
Hex129F235904E267f5023
Octal222374313101164617712043
Binary100101001111110001110110010100111010011011111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129F23; }

 p { color: rgb(18,159,35); }

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

<style>
 a { background-color: #129F23; }

 a { background-color: rgb(18,159,35); }

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

<style>
 span { border-color: #129F23; }

 span { border-color: rgb(18,159,35); }

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