Html Css Color HEX #12972E Forest Green

📋 copy color: '#12972E'

red 18 ◦ green 151 ◦ blue 46

#12972E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #12972E

Tints of Forest Green #12972E

RGB

 RED value IS 18 (7.42% from 255) = 8.37%

 GREEN value IS 151 (59.38% from 255) = 70.23%

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 8.37%
G = 70.23%
B = 21.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#12972E (or 0x12972E) is known color: Forest Green. HEX triplet: 12, 97 and 2E. RGB value is (18,151,46). Sum of RGB (Red+Green+Blue) = 18+151+46=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 151 (59.38% from 255 or 70.23% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 151 - color contains mainly: green. Hex color #12972E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12972E is #ED68D1. Grayscale: #636363. Windows color (decimal): -15558866 or 3053330. OLE color: 3053330.

HSL color Cylindrical-coordinate representation of color #12972E: hue angle of 132.63º 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 #12972E is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 46 -
CMYK 0.88 0 0.70 0.41
HSL 132.63º 0.79% 0.33% -
HSV(B) 132.63º 0.88% 0.59% -
XYZ 11.81 22.46 6.3 -
YUV 99.26 97.94 70.04 -
System Red Green Blue C M Y K H S L
Decimal 18 151 46 0.88 0 0.70 0.41 132.63 0.79 0.33
Hex 12 97 2E 58 0 46 29 85 4F 21
Octal 22 227 56 130 0 106 51 205 117 41
Binary 10010 10010111 101110 1011000 0 1000110 101001 10000101 1001111 100001

Color Harmonies of #12972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12972E

Black with #12972E

Text Example


Text Example

White with #12972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12972E; }

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

 H1.HeaderClassName
 {
   color: #12972E;
 }
 .AnyTagClassName
 {
   color: #12972E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #12972E;
 }
 .BgClassName
 {
   background-color: #12972E;
 }
</style>

border-color css

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

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

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