#1caf31

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

Shades of Dark Pastel Green #1CAF31

Tints of Dark Pastel Green #1CAF31

Color information

#1CAF31 (or 0x1CAF31) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, AF and 31. RGB value is (28,175,49). Sum of RGB (Red+Green+Blue) = 28+175+49=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 175 (68.75% from 255 or 69.44% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF31 is #E350CE. Grayscale: #757575. Windows color (decimal): -14897359 or 3256092. OLE color: 3256092.

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

Color convert

RGB2817549-
CMYK0.8400.720.31
HSL128.57º72.41%39.8%-
HSV(B)128.57º84%68.63%-
XYZ16.3631.138.05-
YUV116.6889.864.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 175 (68.75% from 255) = 69.44%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=11.11%
G=69.44%
B=19.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28175490.8400.720.31128.5772.4139.8
Hex1CAF31540481F814828
Octal342576112401103720111050
Binary111001010111111000110101000100100011111100000011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1caf31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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