Html Css Color HEX #12971C Forest Green

📋 copy color: '#12971C'

red 18 ◦ green 151 ◦ blue 28

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

Shades of Forest Green #12971C

Tints of Forest Green #12971C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 9.14%
G = 76.65%
B = 14.21%

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

#12971C (or 0x12971C) is known color: Forest Green. HEX triplet: 12, 97 and 1C. RGB value is (18,151,28). Sum of RGB (Red+Green+Blue) = 18+151+28=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 151 (59.38% from 255 or 76.65% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 151 - color contains mainly: green. Hex color #12971C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12971C is #ED68E3. Grayscale: #616161. Windows color (decimal): -15558884 or 1873682. OLE color: 1873682.

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

Color convert

RGB 18 151 28 -
CMYK 0.88 0 0.81 0.41
HSL 124.51º 0.79% 0.33% -
HSV(B) 124.51º 0.88% 0.59% -
XYZ 11.53 22.35 4.8 -
YUV 97.21 88.94 71.5 -
System Red Green Blue C M Y K H S L
Decimal 18 151 28 0.88 0 0.81 0.41 124.51 0.79 0.33
Hex 12 97 1C 58 0 51 29 7D 4F 21
Octal 22 227 34 130 0 121 51 175 117 41
Binary 10010 10010111 11100 1011000 0 1010001 101001 1111101 1001111 100001

Color Harmonies of #12971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12971C

Black with #12971C

Text Example


Text Example

White with #12971C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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