Html Css Color HEX #12701C Forest Green

📋 copy color: '#12701C'

red 18 ◦ green 112 ◦ blue 28

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

Shades of Forest Green #12701C

Tints of Forest Green #12701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 70.89%

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

R = 11.39%
G = 70.89%
B = 17.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#12701C (or 0x12701C) is known color: Forest Green. HEX triplet: 12, 70 and 1C. RGB value is (18,112,28). Sum of RGB (Red+Green+Blue) = 18+112+28=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #12701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12701C is #ED8FE3. Grayscale: #4A4A4A. Windows color (decimal): -15568868 or 1863698. OLE color: 1863698.

HSL color Cylindrical-coordinate representation of color #12701C: hue angle of 126.38º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12701C is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 28 -
CMYK 0.84 0 0.75 0.56
HSL 126.38º 0.72% 0.25% -
HSV(B) 126.38º 0.84% 0.44% -
XYZ 6.25 11.8 3.05 -
YUV 74.32 101.86 87.83 -
System Red Green Blue C M Y K H S L
Decimal 18 112 28 0.84 0 0.75 0.56 126.38 0.72 0.25
Hex 12 70 1C 54 0 4B 38 7E 48 19
Octal 22 160 34 124 0 113 70 176 110 31
Binary 10010 1110000 11100 1010100 0 1001011 111000 1111110 1001000 11001

Color Harmonies of #12701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12701C

Black with #12701C

Text Example


Text Example

White with #12701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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