Html Css Color HEX #1AAA1D Forest Green

📋 copy color: '#1AAA1D'

red 26 ◦ green 170 ◦ blue 29

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

Shades of Forest Green #1AAA1D

Tints of Forest Green #1AAA1D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 75.56%

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

R = 11.56%
G = 75.56%
B = 12.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#1AAA1D (or 0x1AAA1D) is known color: Forest Green. HEX triplet: 1A, AA and 1D. RGB value is (26,170,29). Sum of RGB (Red+Green+Blue) = 26+170+29=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA1D is #E555E2. Grayscale: #6F6F6F. Windows color (decimal): -15029731 or 1944090. OLE color: 1944090.

HSL color Cylindrical-coordinate representation of color #1AAA1D: hue angle of 121.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA1D is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 29 -
CMYK 0.85 0 0.83 0.33
HSL 121.25º 0.73% 0.38% -
HSV(B) 121.25º 0.85% 0.67% -
XYZ 15.02 29.06 5.98 -
YUV 110.87 81.79 67.46 -
System Red Green Blue C M Y K H S L
Decimal 26 170 29 0.85 0 0.83 0.33 121.25 0.73 0.38
Hex 1A AA 1D 55 0 53 21 79 49 26
Octal 32 252 35 125 0 123 41 171 111 46
Binary 11010 10101010 11101 1010101 0 1010011 100001 1111001 1001001 100110

Color Harmonies of #1AAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA1D

Black with #1AAA1D

Text Example


Text Example

White with #1AAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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