#129929

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

Shades of Forest Green #129929

Tints of Forest Green #129929

Color information

#129929 (or 0x129929) is unknown color: approx Forest Green. HEX triplet: 12, 99 and 29. RGB value is (18,153,41). Sum of RGB (Red+Green+Blue) = 18+153+41=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 153 (60.16% from 255 or 72.17% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 153 - color contains mainly: green. Hex color #129929 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129929 is #ED66D6. Grayscale: #646464. Windows color (decimal): -15558359 or 2726162. OLE color: 2726162.

HSL color Cylindrical-coordinate representation of color #129929: hue angle of 130.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129929 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1815341-
CMYK0.8800.730.4
HSL130.22º78.95%33.53%-
HSV(B)130.22º88.24%60%-
XYZ12.0423.075.92-
YUV99.8794.7769.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 153 (60.16% from 255) = 72.17%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=8.49%
G=72.17%
B=19.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18153410.8800.730.4130.2278.9533.53
Hex1299295804928824f22
Octal222315113001115020211742
Binary1001010011001101001101100001001001101000100000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129929; }

 p { color: rgb(18,153,41); }

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

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

 a { background-color: rgb(18,153,41); }

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

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

 span { border-color: rgb(18,153,41); }

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