#12952F

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

Shades of Forest Green #12952F

Tints of Forest Green #12952F

Color information

#12952F (or 0x12952F) is unknown color: approx Forest Green. HEX triplet: 12, 95 and 2F. RGB value is (18,149,47). Sum of RGB (Red+Green+Blue) = 18+149+47=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #12952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12952F is #ED6AD0. Grayscale: #626262. Windows color (decimal): -15559377 or 3118354. OLE color: 3118354.

HSL color Cylindrical-coordinate representation of color #12952F: hue angle of 133.28º 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 #12952F is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1814947-
CMYK0.8800.680.42
HSL133.28º78.44%32.75%-
HSV(B)133.28º87.92%58.43%-
XYZ11.5121.836.3-
YUV98.299.170.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 149 (58.59% from 255) = 69.63%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=8.41%
G=69.63%
B=21.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18149470.8800.680.42133.2878.4432.75
Hex12952F580442A854e21
Octal222255713001045220511641
Binary1001010010101101111101100001000100101010100001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12952F; }

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

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

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

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

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

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

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

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