Html Css Color HEX #12701A Forest Green

📋 copy color: '#12701A'

red 18 ◦ green 112 ◦ blue 26

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

Shades of Forest Green #12701A

Tints of Forest Green #12701A

RGB

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

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

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

R = 11.54%
G = 71.79%
B = 16.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#12701A (or 0x12701A) is known color: Forest Green. HEX triplet: 12, 70 and 1A. RGB value is (18,112,26). Sum of RGB (Red+Green+Blue) = 18+112+26=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #12701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12701A is #ED8FE5. Grayscale: #4A4A4A. Windows color (decimal): -15568870 or 1732626. OLE color: 1732626.

HSL color Cylindrical-coordinate representation of color #12701A: hue angle of 125.11º 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 #12701A is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 26 -
CMYK 0.84 0 0.77 0.56
HSL 125.11º 0.72% 0.25% -
HSV(B) 125.11º 0.84% 0.44% -
XYZ 6.23 11.79 2.92 -
YUV 74.09 100.86 87.99 -
System Red Green Blue C M Y K H S L
Decimal 18 112 26 0.84 0 0.77 0.56 125.11 0.72 0.25
Hex 12 70 1A 54 0 4D 38 7D 48 19
Octal 22 160 32 124 0 115 70 175 110 31
Binary 10010 1110000 11010 1010100 0 1001101 111000 1111101 1001000 11001

Color Harmonies of #12701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12701A

Black with #12701A

Text Example


Text Example

White with #12701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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