Html Css Color HEX #12701B Forest Green

📋 copy color: '#12701B'

red 18 ◦ green 112 ◦ blue 27

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

Shades of Forest Green #12701B

Tints of Forest Green #12701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 11.46%
G = 71.34%
B = 17.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#12701B (or 0x12701B) is known color: Forest Green. HEX triplet: 12, 70 and 1B. RGB value is (18,112,27). Sum of RGB (Red+Green+Blue) = 18+112+27=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #12701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12701B is #ED8FE4. Grayscale: #4A4A4A. Windows color (decimal): -15568869 or 1798162. OLE color: 1798162.

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

Color convert

RGB 18 112 27 -
CMYK 0.84 0 0.76 0.56
HSL 125.74º 0.72% 0.25% -
HSV(B) 125.74º 0.84% 0.44% -
XYZ 6.24 11.8 2.98 -
YUV 74.2 101.36 87.91 -
System Red Green Blue C M Y K H S L
Decimal 18 112 27 0.84 0 0.76 0.56 125.74 0.72 0.25
Hex 12 70 1B 54 0 4C 38 7E 48 19
Octal 22 160 33 124 0 114 70 176 110 31
Binary 10010 1110000 11011 1010100 0 1001100 111000 1111110 1001000 11001

Color Harmonies of #12701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12701B

Black with #12701B

Text Example


Text Example

White with #12701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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