Html Css Color HEX #1DB231 Dark Pastel Green

📋 copy color: '#1DB231'

red 29 ◦ green 178 ◦ blue 49

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

Shades of Dark Pastel Green #1DB231

Tints of Dark Pastel Green #1DB231

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 value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#1DB231 (or 0x1DB231) is known color: 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

RGB 29 178 49 -
CMYK 0.84 0 0.72 0.30
HSL 128.05º 0.72% 0.41% -
HSV(B) 128.05º 0.84% 0.7% -
XYZ 16.98 32.32 8.25 -
YUV 118.74 88.64 63.99 -
System Red Green Blue C M Y K H S L
Decimal 29 178 49 0.84 0 0.72 0.30 128.05 0.72 0.41
Hex 1D B2 31 54 0 48 1E 80 48 29
Octal 35 262 61 124 0 110 36 200 110 51
Binary 11101 10110010 110001 1010100 0 1001000 11110 10000000 1001000 101001

Color Harmonies of #1DB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB231

Black with #1DB231

Text Example


Text Example

White with #1DB231

Text Example


Text Example

HTML Codes & Css Web 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>