#1caa37

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

Shades of Dark Pastel Green #1CAA37

Tints of Dark Pastel Green #1CAA37

Color information

#1CAA37 (or 0x1CAA37) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, AA and 37. RGB value is (28,170,55). Sum of RGB (Red+Green+Blue) = 28+170+55=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA37 is #E355C8. Grayscale: #727272. Windows color (decimal): -14898633 or 3648028. OLE color: 3648028.

HSL color Cylindrical-coordinate representation of color #1CAA37: hue angle of 131.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA37 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB2817055-
CMYK0.8400.680.33
HSL131.41º71.72%38.82%-
HSV(B)131.41º83.53%66.67%-
XYZ15.5429.278.45-
YUV114.4394.4666.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 170 (66.80% from 255) = 67.19%
BLUE value IS 55 (21.88% from 255) = 21.74%
R=11.07%
G=67.19%
B=21.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170550.8400.680.33131.4171.7238.82
Hex1CAA375404421834827
Octal342526712401044120311047
Binary1110010101010110111101010001000100100001100000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1caa37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,170,55); }

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

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

 a { background-color: rgb(28,170,55); }

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

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

 span { border-color: rgb(28,170,55); }

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