#1DB22F

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

Shades of Dark Pastel Green #1DB22F

Tints of Dark Pastel Green #1DB22F

Color information

#1DB22F (or 0x1DB22F) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, B2 and 2F. RGB value is (29,178,47). Sum of RGB (Red+Green+Blue) = 29+178+47=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 178 (69.92% from 255 or 70.08% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB22F is #E24DD0. Grayscale: #767676. Windows color (decimal): -14831057 or 3125789. OLE color: 3125789.

HSL color Cylindrical-coordinate representation of color #1DB22F: hue angle of 127.25º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB22F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB2917847-
CMYK0.8400.740.30
HSL127.25º71.98%40.59%-
HSV(B)127.25º83.71%69.8%-
XYZ16.9432.318.03-
YUV118.5187.6464.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.42%
GREEN value IS 178 (69.92% from 255) = 70.08%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=11.42%
G=70.08%
B=18.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal29178470.8400.740.30127.2571.9840.59
Hex1DB22F5404A1E7f4829
Octal352625712401123617711051
Binary11101101100101011111010100010010101111011111111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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