#1DB02F

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

Shades of Dark Pastel Green #1DB02F

Tints of Dark Pastel Green #1DB02F

Color information

#1DB02F (or 0x1DB02F) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, B0 and 2F. RGB value is (29,176,47). Sum of RGB (Red+Green+Blue) = 29+176+47=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 176 (69.14% from 255 or 69.84% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB02F is #E24FD0. Grayscale: #757575. Windows color (decimal): -14831569 or 3125277. OLE color: 3125277.

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

Color convert

RGB2917647-
CMYK0.8400.730.31
HSL127.35º71.71%40.2%-
HSV(B)127.35º83.52%69.02%-
XYZ16.5531.527.9-
YUV117.3488.364.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.51%
GREEN value IS 176 (69.14% from 255) = 69.84%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=11.51%
G=69.84%
B=18.65%

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
Decimal29176470.8400.730.31127.3571.7140.2
Hex1DB02F540491F7f4828
Octal352605712401113717711050
Binary11101101100001011111010100010010011111111111111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,176,47); }

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

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

 a { background-color: rgb(29,176,47); }

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

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

 span { border-color: rgb(29,176,47); }

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