#129533

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

Shades of Forest Green #129533

Tints of Forest Green #129533

Color information

#129533 (or 0x129533) is unknown color: approx Forest Green. HEX triplet: 12, 95 and 33. RGB value is (18,149,51). Sum of RGB (Red+Green+Blue) = 18+149+51=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 149 (58.59% from 255 or 68.35% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 149 - color contains mainly: green. Hex color #129533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129533 is #ED6ACC. Grayscale: #626262. Windows color (decimal): -15559373 or 3380498. OLE color: 3380498.

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

Color convert

RGB1814951-
CMYK0.8800.660.42
HSL135.11º78.44%32.75%-
HSV(B)135.11º87.92%58.43%-
XYZ11.5921.866.74-
YUV98.66101.170.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 149 (58.59% from 255) = 68.35%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=8.26%
G=68.35%
B=23.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18149510.8800.660.42135.1178.4432.75
Hex129533580422A874e21
Octal222256313001025220711641
Binary1001010010101110011101100001000010101010100001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129533; }

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

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

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

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

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

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

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

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