Html Css Color HEX #1DB330 Dark Pastel Green

📋 copy color: '#1DB330'

red 29 ◦ green 179 ◦ blue 48

#1DB330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #1DB330

Tints of Dark Pastel Green #1DB330

RGB

 RED value IS 29 (11.72% from 255) = 11.33%

 GREEN value IS 179 (70.31% from 255) = 69.92%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 11.33%
G = 69.92%
B = 18.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#1DB330 (or 0x1DB330) is known color: Dark Pastel Green. HEX triplet: 1D, B3 and 30. RGB value is (29,179,48). Sum of RGB (Red+Green+Blue) = 29+179+48=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 179 (70.31% from 255 or 69.92% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB330 is #E24CCF. Grayscale: #777777. Windows color (decimal): -14830800 or 3191581. OLE color: 3191581.

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

Color convert

RGB 29 179 48 -
CMYK 0.84 0 0.73 0.30
HSL 127.6º 0.72% 0.41% -
HSV(B) 127.6º 0.84% 0.7% -
XYZ 17.16 32.71 8.21 -
YUV 119.22 87.81 63.65 -
System Red Green Blue C M Y K H S L
Decimal 29 179 48 0.84 0 0.73 0.30 127.6 0.72 0.41
Hex 1D B3 30 54 0 49 1E 80 48 29
Octal 35 263 60 124 0 111 36 200 110 51
Binary 11101 10110011 110000 1010100 0 1001001 11110 10000000 1001000 101001

Color Harmonies of #1DB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB330

Black with #1DB330

Text Example


Text Example

White with #1DB330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,179,48); }

 H1.HeaderClassName
 {
   color: #1DB330;
 }
 .AnyTagClassName
 {
   color: #1DB330;
 }
</style>

background-color css

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

 a { background-color: rgb(29,179,48); }

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

border-color css

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

 span { border-color: rgb(29,179,48); }

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