Html Css Color HEX #12711D Forest Green

📋 copy color: '#12711D'

red 18 ◦ green 113 ◦ blue 29

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

Shades of Forest Green #12711D

Tints of Forest Green #12711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 11.25%
G = 70.63%
B = 18.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#12711D (or 0x12711D) is known color: Forest Green. HEX triplet: 12, 71 and 1D. RGB value is (18,113,29). Sum of RGB (Red+Green+Blue) = 18+113+29=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #12711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12711D is #ED8EE2. Grayscale: #4B4B4B. Windows color (decimal): -15568611 or 1929490. OLE color: 1929490.

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

Color convert

RGB 18 113 29 -
CMYK 0.84 0 0.74 0.56
HSL 126.95º 0.73% 0.26% -
HSV(B) 126.95º 0.84% 0.44% -
XYZ 6.38 12.03 3.15 -
YUV 75.02 102.03 87.33 -
System Red Green Blue C M Y K H S L
Decimal 18 113 29 0.84 0 0.74 0.56 126.95 0.73 0.26
Hex 12 71 1D 54 0 4A 38 7F 49 1A
Octal 22 161 35 124 0 112 70 177 111 32
Binary 10010 1110001 11101 1010100 0 1001010 111000 1111111 1001001 11010

Color Harmonies of #12711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12711D

Black with #12711D

Text Example


Text Example

White with #12711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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