#1CAA47

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

Shades of Pigment Green #1CAA47

Tints of Pigment Green #1CAA47

Color information

#1CAA47 (or 0x1CAA47) is unknown color: approx Pigment Green. HEX triplet: 1C, AA and 47. RGB value is (28,170,71). Sum of RGB (Red+Green+Blue) = 28+170+71=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA47 is #E355B8. Grayscale: #747474. Windows color (decimal): -14898617 or 4696604. OLE color: 4696604.

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

Color convert

RGB2817071-
CMYK0.8400.580.33
HSL138.17º71.72%38.82%-
HSV(B)138.17º83.53%66.67%-
XYZ15.9929.4510.8-
YUV116.26102.4665.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.41%
GREEN value IS 170 (66.80% from 255) = 63.20%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=10.41%
G=63.20%
B=26.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170710.8400.580.33138.1771.7238.82
Hex1CAA475403A218a4827
Octal342521071240724121211047
Binary1110010101010100011110101000111010100001100010101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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