Html Css Color HEX #12971A Forest Green

📋 copy color: '#12971A'

red 18 ◦ green 151 ◦ blue 26

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

Shades of Forest Green #12971A

Tints of Forest Green #12971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.33%

R = 9.23%
G = 77.44%
B = 13.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#12971A (or 0x12971A) is known color: Forest Green. HEX triplet: 12, 97 and 1A. RGB value is (18,151,26). Sum of RGB (Red+Green+Blue) = 18+151+26=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 151 (59.38% from 255 or 77.44% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 151 - color contains mainly: green. Hex color #12971A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12971A is #ED68E5. Grayscale: #616161. Windows color (decimal): -15558886 or 1742610. OLE color: 1742610.

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

Color convert

RGB 18 151 26 -
CMYK 0.88 0 0.83 0.41
HSL 123.61º 0.79% 0.33% -
HSV(B) 123.61º 0.88% 0.59% -
XYZ 11.5 22.34 4.68 -
YUV 96.98 87.94 71.66 -
System Red Green Blue C M Y K H S L
Decimal 18 151 26 0.88 0 0.83 0.41 123.61 0.79 0.33
Hex 12 97 1A 58 0 53 29 7C 4F 21
Octal 22 227 32 130 0 123 51 174 117 41
Binary 10010 10010111 11010 1011000 0 1010011 101001 1111100 1001111 100001

Color Harmonies of #12971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12971A

Black with #12971A

Text Example


Text Example

White with #12971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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