Html Css Color HEX #12972A Forest Green

📋 copy color: '#12972A'

red 18 ◦ green 151 ◦ blue 42

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

Shades of Forest Green #12972A

Tints of Forest Green #12972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 8.53%
G = 71.56%
B = 19.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#12972A (or 0x12972A) is known color: Forest Green. HEX triplet: 12, 97 and 2A. RGB value is (18,151,42). Sum of RGB (Red+Green+Blue) = 18+151+42=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 151 (59.38% from 255 or 71.56% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 151 - color contains mainly: green. Hex color #12972A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12972A is #ED68D5. Grayscale: #636363. Windows color (decimal): -15558870 or 2791186. OLE color: 2791186.

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

Color convert

RGB 18 151 42 -
CMYK 0.88 0 0.72 0.41
HSL 130.83º 0.79% 0.33% -
HSV(B) 130.83º 0.88% 0.59% -
XYZ 11.73 22.43 5.9 -
YUV 98.81 95.94 70.36 -
System Red Green Blue C M Y K H S L
Decimal 18 151 42 0.88 0 0.72 0.41 130.83 0.79 0.33
Hex 12 97 2A 58 0 48 29 83 4F 21
Octal 22 227 52 130 0 110 51 203 117 41
Binary 10010 10010111 101010 1011000 0 1001000 101001 10000011 1001111 100001

Color Harmonies of #12972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12972A

Black with #12972A

Text Example


Text Example

White with #12972A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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