#1CAC34

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

Shades of Dark Pastel Green #1CAC34

Tints of Dark Pastel Green #1CAC34

Color information

#1CAC34 (or 0x1CAC34) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, AC and 34. RGB value is (28,172,52). Sum of RGB (Red+Green+Blue) = 28+172+52=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAC34 is #E353CB. Grayscale: #737373. Windows color (decimal): -14898124 or 3451932. OLE color: 3451932.

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

Color convert

RGB2817252-
CMYK0.8400.700.33
HSL130º72%39.22%-
HSV(B)130º83.72%67.45%-
XYZ15.85308.2-
YUV115.2692.2965.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 172 (67.58% from 255) = 68.25%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=11.11%
G=68.25%
B=20.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28172520.8400.700.331307239.22
Hex1CAC345404621824827
Octal342546412401064120211047
Binary1110010101100110100101010001000110100001100000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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