#1CAF44

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

Shades of Dark Pastel Green #1CAF44

Tints of Dark Pastel Green #1CAF44

Color information

#1CAF44 (or 0x1CAF44) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, AF and 44. RGB value is (28,175,68). Sum of RGB (Red+Green+Blue) = 28+175+68=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 175 (68.75% from 255 or 64.58% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF44 is #E350BB. Grayscale: #777777. Windows color (decimal): -14897340 or 4501276. OLE color: 4501276.

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

Color convert

RGB2817568-
CMYK0.8400.610.31
HSL136.33º72.41%39.8%-
HSV(B)136.33º84%68.63%-
XYZ16.8531.3210.63-
YUV118.8599.363.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 175 (68.75% from 255) = 64.58%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=10.33%
G=64.58%
B=25.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28175680.8400.610.31136.3372.4139.8
Hex1CAF445403D1F884828
Octal342571041240753721011050
Binary111001010111110001001010100011110111111100010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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