#1aaa39

Color #1AAA39 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1AAA39

Tints of Dark Pastel Green #1AAA39

Color information

#1AAA39 (or 0x1AAA39) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, AA and 39. RGB value is (26,170,57). Sum of RGB (Red+Green+Blue) = 26+170+57=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA39 is #E555C6. Grayscale: #727272. Windows color (decimal): -15029703 or 3779098. OLE color: 3779098.

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

Color convert

RGB2617057-
CMYK0.8500.660.33
HSL132.92º73.47%38.43%-
HSV(B)132.92º84.71%66.67%-
XYZ15.5429.268.7-
YUV114.0695.7965.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.28%
GREEN value IS 170 (66.80% from 255) = 67.19%
BLUE value IS 57 (22.66% from 255) = 22.53%
R=10.28%
G=67.19%
B=22.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26170570.8500.660.33132.9273.4738.43
Hex1AAA395504221854926
Octal322527112501024120511146
Binary1101010101010111001101010101000010100001100001011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1aaa39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1aaa39;
 }
 .AnyTagClassName
 {
   color: #1aaa39;
 }
</style>
background-color css

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

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

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

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

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

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