#129733

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

Shades of Forest Green #129733

Tints of Forest Green #129733

Color information

#129733 (or 0x129733) is unknown color: approx Forest Green. HEX triplet: 12, 97 and 33. RGB value is (18,151,51). Sum of RGB (Red+Green+Blue) = 18+151+51=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 151 (59.38% from 255 or 68.64% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 151 - color contains mainly: green. Hex color #129733 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129733 is #ED68CC. Grayscale: #646464. Windows color (decimal): -15558861 or 3381010. OLE color: 3381010.

HSL color Cylindrical-coordinate representation of color #129733: hue angle of 134.89º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129733 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1815151-
CMYK0.8800.660.41
HSL134.89º78.7%33.14%-
HSV(B)134.89º88.08%59.22%-
XYZ11.9122.56.85-
YUV99.83100.4469.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 151 (59.38% from 255) = 68.64%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=8.18%
G=68.64%
B=23.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18151510.8800.660.41134.8978.733.14
Hex1297335804229874f21
Octal222276313001025120711741
Binary1001010010111110011101100001000010101001100001111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129733; }

 p { color: rgb(18,151,51); }

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

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

 a { background-color: rgb(18,151,51); }

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

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

 span { border-color: rgb(18,151,51); }

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