#1CAF33

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

Shades of Dark Pastel Green #1CAF33

Tints of Dark Pastel Green #1CAF33

Color information

#1CAF33 (or 0x1CAF33) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, AF and 33. RGB value is (28,175,51). Sum of RGB (Red+Green+Blue) = 28+175+51=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 175 (68.75% from 255 or 68.90% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF33 is #E350CC. Grayscale: #757575. Windows color (decimal): -14897357 or 3387164. OLE color: 3387164.

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

Color convert

RGB2817551-
CMYK0.8400.710.31
HSL129.39º72.41%39.8%-
HSV(B)129.39º84%68.63%-
XYZ16.4131.158.28-
YUV116.9190.864.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.02%
GREEN value IS 175 (68.75% from 255) = 68.90%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=11.02%
G=68.90%
B=20.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28175510.8400.710.31129.3972.4139.8
Hex1CAF33540471F814828
Octal342576312401073720111050
Binary111001010111111001110101000100011111111100000011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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