#1DB145

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

Shades of Dark Pastel Green #1DB145

Tints of Dark Pastel Green #1DB145

Color information

#1DB145 (or 0x1DB145) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, B1 and 45. RGB value is (29,177,69). Sum of RGB (Red+Green+Blue) = 29+177+69=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 177 (69.53% from 255 or 64.36% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB145 is #E24EBA. Grayscale: #787878. Windows color (decimal): -14831291 or 4567325. OLE color: 4567325.

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

Color convert

RGB2917769-
CMYK0.8400.610.31
HSL136.22º71.84%40.39%-
HSV(B)136.22º83.62%69.41%-
XYZ17.332.1410.92-
YUV120.4498.9762.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 177 (69.53% from 255) = 64.36%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=10.55%
G=64.36%
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
Decimal29177690.8400.610.31136.2271.8440.39
Hex1DB1455403D1F884828
Octal352611051240753721011050
Binary111011011000110001011010100011110111111100010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,177,69); }

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

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

 a { background-color: rgb(29,177,69); }

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

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

 span { border-color: rgb(29,177,69); }

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