Html Css Color HEX #1A811D Forest Green

📋 copy color: '#1A811D'

red 26 ◦ green 129 ◦ blue 29

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

Shades of Forest Green #1A811D

Tints of Forest Green #1A811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 70.11%

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

R = 14.13%
G = 70.11%
B = 15.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#1A811D (or 0x1A811D) is known color: Forest Green. HEX triplet: 1A, 81 and 1D. RGB value is (26,129,29). Sum of RGB (Red+Green+Blue) = 26+129+29=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 129 (50.78% from 255 or 70.11% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 129 - color contains mainly: green. Hex color #1A811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A811D is #E57EE2. Grayscale: #575757. Windows color (decimal): -15040227 or 1933594. OLE color: 1933594.

HSL color Cylindrical-coordinate representation of color #1A811D: hue angle of 121.75º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A811D is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 26 129 29 -
CMYK 0.80 0 0.78 0.49
HSL 121.75º 0.66% 0.3% -
HSV(B) 121.75º 0.8% 0.51% -
XYZ 8.5 16.01 3.8 -
YUV 86.8 95.38 84.63 -
System Red Green Blue C M Y K H S L
Decimal 26 129 29 0.80 0 0.78 0.49 121.75 0.66 0.3
Hex 1A 81 1D 50 0 4E 31 7A 42 1E
Octal 32 201 35 120 0 116 61 172 102 36
Binary 11010 10000001 11101 1010000 0 1001110 110001 1111010 1000010 11110

Color Harmonies of #1A811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A811D

Black with #1A811D

Text Example


Text Example

White with #1A811D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,129,29); }

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

background-color css

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

 a { background-color: rgb(26,129,29); }

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

border-color css

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

 span { border-color: rgb(26,129,29); }

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