Html Css Color HEX #1DB030 Dark Pastel Green

📋 copy color: '#1DB030'

red 29 ◦ green 176 ◦ blue 48

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

Shades of Dark Pastel Green #1DB030

Tints of Dark Pastel Green #1DB030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 69.57%

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

R = 11.46%
G = 69.57%
B = 18.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#1DB030 (or 0x1DB030) is known color: Dark Pastel Green. HEX triplet: 1D, B0 and 30. RGB value is (29,176,48). Sum of RGB (Red+Green+Blue) = 29+176+48=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 176 (69.14% from 255 or 69.57% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB030 is #E24FCF. Grayscale: #757575. Windows color (decimal): -14831568 or 3190813. OLE color: 3190813.

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

Color convert

RGB 29 176 48 -
CMYK 0.84 0 0.73 0.31
HSL 127.76º 0.72% 0.4% -
HSV(B) 127.76º 0.84% 0.69% -
XYZ 16.57 31.53 8.01 -
YUV 117.46 88.8 64.91 -
System Red Green Blue C M Y K H S L
Decimal 29 176 48 0.84 0 0.73 0.31 127.76 0.72 0.4
Hex 1D B0 30 54 0 49 1F 80 48 28
Octal 35 260 60 124 0 111 37 200 110 50
Binary 11101 10110000 110000 1010100 0 1001001 11111 10000000 1001000 101000

Color Harmonies of #1DB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB030

Black with #1DB030

Text Example


Text Example

White with #1DB030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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