#129F22

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

Shades of Forest Green #129F22

Tints of Forest Green #129F22

Color information

#129F22 (or 0x129F22) is unknown color: approx Forest Green. HEX triplet: 12, 9F and 22. RGB value is (18,159,34). Sum of RGB (Red+Green+Blue) = 18+159+34=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 159 (62.5% from 255 or 75.36% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 159 - color contains mainly: green. Hex color #129F22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F22 is #ED60DD. Grayscale: #666666. Windows color (decimal): -15556830 or 2268946. OLE color: 2268946.

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

Color convert

RGB1815934-
CMYK0.8900.790.38
HSL126.81º79.66%34.71%-
HSV(B)126.81º88.68%62.35%-
XYZ12.9425.045.66-
YUV102.5989.2967.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 159 (62.5% from 255) = 75.36%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=8.53%
G=75.36%
B=16.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18159340.8900.790.38126.8179.6634.71
Hex129F225904F267f5023
Octal222374213101174617712043
Binary100101001111110001010110010100111110011011111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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