Html Css Color HEX #1DBB41 Dark Pastel Green

📋 copy color: '#1DBB41'

red 29 ◦ green 187 ◦ blue 65

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

Shades of Dark Pastel Green #1DBB41

Tints of Dark Pastel Green #1DBB41

RGB

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

 GREEN value IS 187 (73.44% from 255) = 66.55%

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 10.32%
G = 66.55%
B = 23.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#1DBB41 (or 0x1DBB41) is known color: Dark Pastel Green. HEX triplet: 1D, BB and 41. RGB value is (29,187,65). Sum of RGB (Red+Green+Blue) = 29+187+65=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 187 (73.44% from 255 or 66.55% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB41 is #E244BE. Grayscale: #7E7E7E. Windows color (decimal): -14828735 or 4307741. OLE color: 4307741.

HSL color Cylindrical-coordinate representation of color #1DBB41: hue angle of 133.67º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB41 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 187 65 -
CMYK 0.84 0 0.65 0.27
HSL 133.67º 0.73% 0.42% -
HSV(B) 133.67º 0.84% 0.73% -
XYZ 19.23 36.18 10.97 -
YUV 125.85 93.65 58.92 -
System Red Green Blue C M Y K H S L
Decimal 29 187 65 0.84 0 0.65 0.27 133.67 0.73 0.42
Hex 1D BB 41 54 0 41 1B 86 49 2A
Octal 35 273 101 124 0 101 33 206 111 52
Binary 11101 10111011 1000001 1010100 0 1000001 11011 10000110 1001001 101010

Color Harmonies of #1DBB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB41

Black with #1DBB41

Text Example


Text Example

White with #1DBB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,187,65); }

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

background-color css

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

 a { background-color: rgb(29,187,65); }

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

border-color css

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

 span { border-color: rgb(29,187,65); }

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