#1DAF42

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

Shades of Dark Pastel Green #1DAF42

Tints of Dark Pastel Green #1DAF42

Color information

#1DAF42 (or 0x1DAF42) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, AF and 42. RGB value is (29,175,66). Sum of RGB (Red+Green+Blue) = 29+175+66=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF42 is #E250BD. Grayscale: #777777. Windows color (decimal): -14831806 or 4370205. OLE color: 4370205.

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

Color convert

RGB2917566-
CMYK0.8300.620.31
HSL135.21º71.57%40%-
HSV(B)135.21º83.43%68.63%-
XYZ16.8231.3110.31-
YUV118.9298.1363.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.74%
GREEN value IS 175 (68.75% from 255) = 64.81%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=10.74%
G=64.81%
B=24.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29175660.8300.620.31135.2171.5740
Hex1DAF425303E1F874828
Octal352571021230763720711050
Binary111011010111110000101010011011111011111100001111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,175,66); }

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

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

 a { background-color: rgb(29,175,66); }

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

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

 span { border-color: rgb(29,175,66); }

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