#1CAF30

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

Shades of Dark Pastel Green #1CAF30

Tints of Dark Pastel Green #1CAF30

Color information

#1CAF30 (or 0x1CAF30) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, AF and 30. RGB value is (28,175,48). Sum of RGB (Red+Green+Blue) = 28+175+48=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF30 is #E350CF. Grayscale: #747474. Windows color (decimal): -14897360 or 3190556. OLE color: 3190556.

HSL color Cylindrical-coordinate representation of color #1CAF30: hue angle of 128.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF30 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB2817548-
CMYK0.8400.730.31
HSL128.16º72.41%39.8%-
HSV(B)128.16º84%68.63%-
XYZ16.3431.127.94-
YUV116.5789.364.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.16%
GREEN value IS 175 (68.75% from 255) = 69.72%
BLUE value IS 48 (19.14% from 255) = 19.12%
R=11.16%
G=69.72%
B=19.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28175480.8400.730.31128.1672.4139.8
Hex1CAF30540491F804828
Octal342576012401113720011050
Binary111001010111111000010101000100100111111100000001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,175,48); }

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

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

 a { background-color: rgb(28,175,48); }

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

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

 span { border-color: rgb(28,175,48); }

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