Html Css Color HEX #12972D Forest Green

📋 copy color: '#12972D'

red 18 ◦ green 151 ◦ blue 45

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

Shades of Forest Green #12972D

Tints of Forest Green #12972D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 8.41%
G = 70.56%
B = 21.03%

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

#12972D (or 0x12972D) is known color: Forest Green. HEX triplet: 12, 97 and 2D. RGB value is (18,151,45). Sum of RGB (Red+Green+Blue) = 18+151+45=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 151 (59.38% from 255 or 70.56% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 151 - color contains mainly: green. Hex color #12972D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12972D is #ED68D2. Grayscale: #636363. Windows color (decimal): -15558867 or 2987794. OLE color: 2987794.

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

Color convert

RGB 18 151 45 -
CMYK 0.88 0 0.70 0.41
HSL 132.18º 0.79% 0.33% -
HSV(B) 132.18º 0.88% 0.59% -
XYZ 11.79 22.45 6.19 -
YUV 99.15 97.44 70.12 -
System Red Green Blue C M Y K H S L
Decimal 18 151 45 0.88 0 0.70 0.41 132.18 0.79 0.33
Hex 12 97 2D 58 0 46 29 84 4F 21
Octal 22 227 55 130 0 106 51 204 117 41
Binary 10010 10010111 101101 1011000 0 1000110 101001 10000100 1001111 100001

Color Harmonies of #12972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12972D

Black with #12972D

Text Example


Text Example

White with #12972D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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