#1DB234

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

Shades of Dark Pastel Green #1DB234

Tints of Dark Pastel Green #1DB234

Color information

#1DB234 (or 0x1DB234) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, B2 and 34. RGB value is (29,178,52). Sum of RGB (Red+Green+Blue) = 29+178+52=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 178 (69.92% from 255 or 68.73% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB234 is #E24DCB. Grayscale: #777777. Windows color (decimal): -14831052 or 3453469. OLE color: 3453469.

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

Color convert

RGB2917852-
CMYK0.8400.710.30
HSL129.26º71.98%40.59%-
HSV(B)129.26º83.71%69.8%-
XYZ17.0532.358.59-
YUV119.0890.1463.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.20%
GREEN value IS 178 (69.92% from 255) = 68.73%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=11.20%
G=68.73%
B=20.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal29178520.8400.710.30129.2671.9840.59
Hex1DB234540471E814829
Octal352626412401073620111051
Binary111011011001011010010101000100011111110100000011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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