Html Css Color HEX #12971D Forest Green

📋 copy color: '#12971D'

red 18 ◦ green 151 ◦ blue 29

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

Shades of Forest Green #12971D

Tints of Forest Green #12971D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.65%

R = 9.09%
G = 76.26%
B = 14.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#12971D (or 0x12971D) is known color: Forest Green. HEX triplet: 12, 97 and 1D. RGB value is (18,151,29). Sum of RGB (Red+Green+Blue) = 18+151+29=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 151 (59.38% from 255 or 76.26% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 151 - color contains mainly: green. Hex color #12971D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12971D is #ED68E2. Grayscale: #616161. Windows color (decimal): -15558883 or 1939218. OLE color: 1939218.

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

Color convert

RGB 18 151 29 -
CMYK 0.88 0 0.81 0.41
HSL 124.96º 0.79% 0.33% -
HSV(B) 124.96º 0.88% 0.59% -
XYZ 11.54 22.35 4.87 -
YUV 97.33 89.44 71.42 -
System Red Green Blue C M Y K H S L
Decimal 18 151 29 0.88 0 0.81 0.41 124.96 0.79 0.33
Hex 12 97 1D 58 0 51 29 7D 4F 21
Octal 22 227 35 130 0 121 51 175 117 41
Binary 10010 10010111 11101 1011000 0 1010001 101001 1111101 1001111 100001

Color Harmonies of #12971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12971D

Black with #12971D

Text Example


Text Example

White with #12971D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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