#1DB231

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

Shades of Dark Pastel Green #1DB231

Tints of Dark Pastel Green #1DB231

Color information

#1DB231 (or 0x1DB231) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, B2 and 31. RGB value is (29,178,49). Sum of RGB (Red+Green+Blue) = 29+178+49=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 178 (69.92% from 255 or 69.53% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB231 is #E24DCE. Grayscale: #777777. Windows color (decimal): -14831055 or 3256861. OLE color: 3256861.

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

Color convert

RGB2917849-
CMYK0.8400.720.30
HSL128.05º71.98%40.59%-
HSV(B)128.05º83.71%69.8%-
XYZ16.9832.328.25-
YUV118.7488.6463.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.33%
GREEN value IS 178 (69.92% from 255) = 69.53%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=11.33%
G=69.53%
B=19.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal29178490.8400.720.30128.0571.9840.59
Hex1DB231540481E804829
Octal352626112401103620011051
Binary111011011001011000110101000100100011110100000001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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