Html Css Color HEX #1AAA29 Forest Green

📋 copy color: '#1AAA29'

red 26 ◦ green 170 ◦ blue 41

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

Shades of Forest Green #1AAA29

Tints of Forest Green #1AAA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 10.97%
G = 71.73%
B = 17.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#1AAA29 (or 0x1AAA29) is known color: Forest Green. HEX triplet: 1A, AA and 29. RGB value is (26,170,41). Sum of RGB (Red+Green+Blue) = 26+170+41=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA29 is #E555D6. Grayscale: #707070. Windows color (decimal): -15029719 or 2730522. OLE color: 2730522.

HSL color Cylindrical-coordinate representation of color #1AAA29: hue angle of 126.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 #1AAA29 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 41 -
CMYK 0.85 0 0.76 0.33
HSL 126.25º 0.73% 0.38% -
HSV(B) 126.25º 0.85% 0.67% -
XYZ 15.2 29.13 6.92 -
YUV 112.24 87.79 66.49 -
System Red Green Blue C M Y K H S L
Decimal 26 170 41 0.85 0 0.76 0.33 126.25 0.73 0.38
Hex 1A AA 29 55 0 4C 21 7E 49 26
Octal 32 252 51 125 0 114 41 176 111 46
Binary 11010 10101010 101001 1010101 0 1001100 100001 1111110 1001001 100110

Color Harmonies of #1AAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA29

Black with #1AAA29

Text Example


Text Example

White with #1AAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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