#129E1A

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

Shades of Forest Green #129E1A

Tints of Forest Green #129E1A

Color information

#129E1A (or 0x129E1A) is unknown color: approx Forest Green. HEX triplet: 12, 9E and 1A. RGB value is (18,158,26). Sum of RGB (Red+Green+Blue) = 18+158+26=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 158 (62.11% from 255 or 78.22% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 158 - color contains mainly: green. Hex color #129E1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E1A is #ED61E5. Grayscale: #656565. Windows color (decimal): -15557094 or 1744402. OLE color: 1744402.

HSL color Cylindrical-coordinate representation of color #129E1A: hue angle of 123.43º 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 #129E1A is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1815826-
CMYK0.8900.840.38
HSL123.43º79.55%34.51%-
HSV(B)123.43º88.61%61.96%-
XYZ12.6624.665.07-
YUV101.0985.6268.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 158 (62.11% from 255) = 78.22%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=8.91%
G=78.22%
B=12.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18158260.8900.840.38123.4379.5534.51
Hex129E1A59054267b5023
Octal222363213101244617312043
Binary10010100111101101010110010101010010011011110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,158,26); }

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

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

 a { background-color: rgb(18,158,26); }

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

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

 span { border-color: rgb(18,158,26); }

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