Html Css Color HEX #12731F Forest Green

📋 copy color: '#12731F'

red 18 ◦ green 115 ◦ blue 31

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

Shades of Forest Green #12731F

Tints of Forest Green #12731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 70.12%

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

R = 10.98%
G = 70.12%
B = 18.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#12731F (or 0x12731F) is known color: Forest Green. HEX triplet: 12, 73 and 1F. RGB value is (18,115,31). Sum of RGB (Red+Green+Blue) = 18+115+31=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 115 (45.31% from 255 or 70.12% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 115 - color contains mainly: green. Hex color #12731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12731F is #ED8CE0. Grayscale: #4C4C4C. Windows color (decimal): -15568097 or 2061074. OLE color: 2061074.

HSL color Cylindrical-coordinate representation of color #12731F: hue angle of 128.04º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12731F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 115 31 -
CMYK 0.84 0 0.73 0.55
HSL 128.04º 0.73% 0.26% -
HSV(B) 128.04º 0.84% 0.45% -
XYZ 6.63 12.49 3.36 -
YUV 76.42 102.36 86.33 -
System Red Green Blue C M Y K H S L
Decimal 18 115 31 0.84 0 0.73 0.55 128.04 0.73 0.26
Hex 12 73 1F 54 0 49 37 80 49 1A
Octal 22 163 37 124 0 111 67 200 111 32
Binary 10010 1110011 11111 1010100 0 1001001 110111 10000000 1001001 11010

Color Harmonies of #12731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12731F

Black with #12731F

Text Example


Text Example

White with #12731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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