#12842F

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

Shades of Forest Green #12842F

Tints of Forest Green #12842F

Color information

#12842F (or 0x12842F) is unknown color: approx Forest Green. HEX triplet: 12, 84 and 2F. RGB value is (18,132,47). Sum of RGB (Red+Green+Blue) = 18+132+47=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #12842F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12842F is #ED7BD0. Grayscale: #585858. Windows color (decimal): -15563729 or 3114002. OLE color: 3114002.

HSL color Cylindrical-coordinate representation of color #12842F: hue angle of 135.26º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12842F is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1813247-
CMYK0.8600.640.48
HSL135.26º76%29.41%-
HSV(B)135.26º86.36%51.76%-
XYZ9.0116.845.46-
YUV88.22104.7377.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 132 (51.95% from 255) = 67.01%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=9.14%
G=67.01%
B=23.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18132470.8600.640.48135.267629.41
Hex12842F5604030874c1d
Octal222045712601006020711435
Binary100101000010010111110101100100000011000010000111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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