Html Css Color HEX #1A7812 Forest Green

📋 copy color: '#1A7812'

red 26 ◦ green 120 ◦ blue 18

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

Shades of Forest Green #1A7812

Tints of Forest Green #1A7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 73.17%

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

R = 15.85%
G = 73.17%
B = 10.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#1A7812 (or 0x1A7812) is known color: Forest Green. HEX triplet: 1A, 78 and 12. RGB value is (26,120,18). Sum of RGB (Red+Green+Blue) = 26+120+18=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 120 (47.27% from 255 or 73.17% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 120 - color contains mainly: green. Hex color #1A7812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7812 is #E587ED. Grayscale: #505050. Windows color (decimal): -15042542 or 1210394. OLE color: 1210394.

HSL color Cylindrical-coordinate representation of color #1A7812: hue angle of 115.29º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A7812 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 26 120 18 -
CMYK 0.78 0 0.85 0.53
HSL 115.29º 0.74% 0.27% -
HSV(B) 115.29º 0.85% 0.47% -
XYZ 7.25 13.7 2.83 -
YUV 80.27 92.86 89.29 -
System Red Green Blue C M Y K H S L
Decimal 26 120 18 0.78 0 0.85 0.53 115.29 0.74 0.27
Hex 1A 78 12 4E 0 55 35 73 4A 1B
Octal 32 170 22 116 0 125 65 163 112 33
Binary 11010 1111000 10010 1001110 0 1010101 110101 1110011 1001010 11011

Color Harmonies of #1A7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7812

Black with #1A7812

Text Example


Text Example

White with #1A7812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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