Html Css Color HEX #12711B Forest Green

📋 copy color: '#12711B'

red 18 ◦ green 113 ◦ blue 27

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

Shades of Forest Green #12711B

Tints of Forest Green #12711B

RGB

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

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

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

R = 11.39%
G = 71.52%
B = 17.09%

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

#12711B (or 0x12711B) is known color: Forest Green. HEX triplet: 12, 71 and 1B. RGB value is (18,113,27). Sum of RGB (Red+Green+Blue) = 18+113+27=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #12711B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12711B is #ED8EE4. Grayscale: #4B4B4B. Windows color (decimal): -15568613 or 1798418. OLE color: 1798418.

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

Color convert

RGB 18 113 27 -
CMYK 0.84 0 0.76 0.56
HSL 125.68º 0.73% 0.26% -
HSV(B) 125.68º 0.84% 0.44% -
XYZ 6.35 12.02 3.02 -
YUV 74.79 101.03 87.49 -
System Red Green Blue C M Y K H S L
Decimal 18 113 27 0.84 0 0.76 0.56 125.68 0.73 0.26
Hex 12 71 1B 54 0 4C 38 7E 49 1A
Octal 22 161 33 124 0 114 70 176 111 32
Binary 10010 1110001 11011 1010100 0 1001100 111000 1111110 1001001 11010

Color Harmonies of #12711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12711B

Black with #12711B

Text Example


Text Example

White with #12711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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