Html Css Color HEX #12711A Forest Green

📋 copy color: '#12711A'

red 18 ◦ green 113 ◦ blue 26

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

Shades of Forest Green #12711A

Tints of Forest Green #12711A

RGB

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

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

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

R = 11.46%
G = 71.97%
B = 16.56%

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

#12711A (or 0x12711A) is known color: Forest Green. HEX triplet: 12, 71 and 1A. RGB value is (18,113,26). Sum of RGB (Red+Green+Blue) = 18+113+26=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #12711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12711A is #ED8EE5. Grayscale: #4A4A4A. Windows color (decimal): -15568614 or 1732882. OLE color: 1732882.

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

Color convert

RGB 18 113 26 -
CMYK 0.84 0 0.77 0.56
HSL 125.05º 0.73% 0.26% -
HSV(B) 125.05º 0.84% 0.44% -
XYZ 6.34 12.01 2.96 -
YUV 74.68 100.53 87.57 -
System Red Green Blue C M Y K H S L
Decimal 18 113 26 0.84 0 0.77 0.56 125.05 0.73 0.26
Hex 12 71 1A 54 0 4D 38 7D 49 1A
Octal 22 161 32 124 0 115 70 175 111 32
Binary 10010 1110001 11010 1010100 0 1001101 111000 1111101 1001001 11010

Color Harmonies of #12711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12711A

Black with #12711A

Text Example


Text Example

White with #12711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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