Html Css Color HEX #12711E Forest Green

📋 copy color: '#12711E'

red 18 ◦ green 113 ◦ blue 30

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

Shades of Forest Green #12711E

Tints of Forest Green #12711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 70.19%

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 11.18%
G = 70.19%
B = 18.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#12711E (or 0x12711E) is known color: Forest Green. HEX triplet: 12, 71 and 1E. RGB value is (18,113,30). Sum of RGB (Red+Green+Blue) = 18+113+30=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 113 (44.53% from 255 or 70.19% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 113 - color contains mainly: green. Hex color #12711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12711E is #ED8EE1. Grayscale: #4B4B4B. Windows color (decimal): -15568610 or 1995026. OLE color: 1995026.

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

Color convert

RGB 18 113 30 -
CMYK 0.84 0 0.73 0.56
HSL 127.58º 0.73% 0.26% -
HSV(B) 127.58º 0.84% 0.44% -
XYZ 6.39 12.03 3.21 -
YUV 75.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 18 113 30 0.84 0 0.73 0.56 127.58 0.73 0.26
Hex 12 71 1E 54 0 49 38 80 49 1A
Octal 22 161 36 124 0 111 70 200 111 32
Binary 10010 1110001 11110 1010100 0 1001001 111000 10000000 1001001 11010

Color Harmonies of #12711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12711E

Black with #12711E

Text Example


Text Example

White with #12711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12711E; }

 p { color: rgb(18,113,30); }

 H1.HeaderClassName
 {
   color: #12711E;
 }
 .AnyTagClassName
 {
   color: #12711E;
 }
</style>

background-color css

<style>
 a { background-color: #12711E; }

 a { background-color: rgb(18,113,30); }

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

border-color css

<style>
 span { border-color: #12711E; }

 span { border-color: rgb(18,113,30); }

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