Html Css Color HEX #12972F Forest Green

📋 copy color: '#12972F'

red 18 ◦ green 151 ◦ blue 47

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

Shades of Forest Green #12972F

Tints of Forest Green #12972F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 8.33%
G = 69.91%
B = 21.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#12972F (or 0x12972F) is known color: Forest Green. HEX triplet: 12, 97 and 2F. RGB value is (18,151,47). Sum of RGB (Red+Green+Blue) = 18+151+47=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 151 (59.38% from 255 or 69.91% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 151 - color contains mainly: green. Hex color #12972F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12972F is #ED68D0. Grayscale: #636363. Windows color (decimal): -15558865 or 3118866. OLE color: 3118866.

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

Color convert

RGB 18 151 47 -
CMYK 0.88 0 0.69 0.41
HSL 133.08º 0.79% 0.33% -
HSV(B) 133.08º 0.88% 0.59% -
XYZ 11.83 22.47 6.4 -
YUV 99.38 98.44 69.96 -
System Red Green Blue C M Y K H S L
Decimal 18 151 47 0.88 0 0.69 0.41 133.08 0.79 0.33
Hex 12 97 2F 58 0 45 29 85 4F 21
Octal 22 227 57 130 0 105 51 205 117 41
Binary 10010 10010111 101111 1011000 0 1000101 101001 10000101 1001111 100001

Color Harmonies of #12972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12972F

Black with #12972F

Text Example


Text Example

White with #12972F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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