Html Css Color HEX #12721F Forest Green

📋 copy color: '#12721F'

red 18 ◦ green 114 ◦ blue 31

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

Shades of Forest Green #12721F

Tints of Forest Green #12721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 69.94%

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

R = 11.04%
G = 69.94%
B = 19.02%

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

#12721F (or 0x12721F) is known color: Forest Green. HEX triplet: 12, 72 and 1F. RGB value is (18,114,31). Sum of RGB (Red+Green+Blue) = 18+114+31=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 114 (44.92% from 255 or 69.94% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 114 - color contains mainly: green. Hex color #12721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12721F is #ED8DE0. Grayscale: #4C4C4C. Windows color (decimal): -15568353 or 2060818. OLE color: 2060818.

HSL color Cylindrical-coordinate representation of color #12721F: hue angle of 128.12º 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 #12721F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 31 -
CMYK 0.84 0 0.73 0.55
HSL 128.13º 0.73% 0.26% -
HSV(B) 128.13º 0.84% 0.45% -
XYZ 6.51 12.26 3.32 -
YUV 75.83 102.7 86.75 -
System Red Green Blue C M Y K H S L
Decimal 18 114 31 0.84 0 0.73 0.55 128.13 0.73 0.26
Hex 12 72 1F 54 0 49 37 80 49 1A
Octal 22 162 37 124 0 111 67 200 111 32
Binary 10010 1110010 11111 1010100 0 1001001 110111 10000000 1001001 11010

Color Harmonies of #12721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12721F

Black with #12721F

Text Example


Text Example

White with #12721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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