Html Css Color HEX #12971F Forest Green

📋 copy color: '#12971F'

red 18 ◦ green 151 ◦ blue 31

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

Shades of Forest Green #12971F

Tints of Forest Green #12971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 9%
G = 75.5%
B = 15.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#12971F (or 0x12971F) is known color: Forest Green. HEX triplet: 12, 97 and 1F. RGB value is (18,151,31). Sum of RGB (Red+Green+Blue) = 18+151+31=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 151 (59.38% from 255 or 75.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 151 - color contains mainly: green. Hex color #12971F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12971F is #ED68E0. Grayscale: #616161. Windows color (decimal): -15558881 or 2070290. OLE color: 2070290.

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

Color convert

RGB 18 151 31 -
CMYK 0.88 0 0.79 0.41
HSL 125.86º 0.79% 0.33% -
HSV(B) 125.86º 0.88% 0.59% -
XYZ 11.56 22.36 5 -
YUV 97.55 90.44 71.26 -
System Red Green Blue C M Y K H S L
Decimal 18 151 31 0.88 0 0.79 0.41 125.86 0.79 0.33
Hex 12 97 1F 58 0 4F 29 7E 4F 21
Octal 22 227 37 130 0 117 51 176 117 41
Binary 10010 10010111 11111 1011000 0 1001111 101001 1111110 1001111 100001

Color Harmonies of #12971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12971F

Black with #12971F

Text Example


Text Example

White with #12971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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