#1CAA34

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

Shades of Dark Pastel Green #1CAA34

Tints of Dark Pastel Green #1CAA34

Color information

#1CAA34 (or 0x1CAA34) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, AA and 34. RGB value is (28,170,52). Sum of RGB (Red+Green+Blue) = 28+170+52=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA34 is #E355CB. Grayscale: #727272. Windows color (decimal): -14898636 or 3451420. OLE color: 3451420.

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

Color convert

RGB2817052-
CMYK0.8400.690.33
HSL130.14º71.72%38.82%-
HSV(B)130.14º83.53%66.67%-
XYZ15.4729.248.08-
YUV114.0992.9666.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 170 (66.80% from 255) = 68%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=11.2%
G=68%
B=20.8%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170520.8400.690.33130.1471.7238.82
Hex1CAA345404521824827
Octal342526412401054120211047
Binary1110010101010110100101010001000101100001100000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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