Html Css Color HEX #1A7512 Forest Green

📋 copy color: '#1A7512'

red 26 ◦ green 117 ◦ blue 18

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

Shades of Forest Green #1A7512

Tints of Forest Green #1A7512

RGB

 RED value IS 26 (10.55% from 255) = 16.15%

 GREEN value IS 117 (46.09% from 255) = 72.67%

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

R = 16.15%
G = 72.67%
B = 11.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#1A7512 (or 0x1A7512) is known color: Forest Green. HEX triplet: 1A, 75 and 12. RGB value is (26,117,18). Sum of RGB (Red+Green+Blue) = 26+117+18=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 117 (46.09% from 255 or 72.67% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 117 - color contains mainly: green. Hex color #1A7512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7512 is #E58AED. Grayscale: #4E4E4E. Windows color (decimal): -15043310 or 1209626. OLE color: 1209626.

HSL color Cylindrical-coordinate representation of color #1A7512: hue angle of 115.15º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A7512 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 117 18 -
CMYK 0.78 0 0.85 0.54
HSL 115.15º 0.73% 0.26% -
HSV(B) 115.15º 0.85% 0.46% -
XYZ 6.9 12.99 2.72 -
YUV 78.51 93.85 90.55 -
System Red Green Blue C M Y K H S L
Decimal 26 117 18 0.78 0 0.85 0.54 115.15 0.73 0.26
Hex 1A 75 12 4E 0 55 36 73 49 1A
Octal 32 165 22 116 0 125 66 163 111 32
Binary 11010 1110101 10010 1001110 0 1010101 110110 1110011 1001001 11010

Color Harmonies of #1A7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7512

Black with #1A7512

Text Example


Text Example

White with #1A7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A7512; }

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

 H1.HeaderClassName
 {
   color: #1A7512;
 }
 .AnyTagClassName
 {
   color: #1A7512;
 }
</style>

background-color css

<style>
 a { background-color: #1A7512; }

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

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

border-color css

<style>
 span { border-color: #1A7512; }

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

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