Html Css Color HEX #1DBE3D Dark Pastel Green

📋 copy color: '#1DBE3D'

red 29 ◦ green 190 ◦ blue 61

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

Shades of Dark Pastel Green #1DBE3D

Tints of Dark Pastel Green #1DBE3D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 67.86%

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 10.36%
G = 67.86%
B = 21.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#1DBE3D (or 0x1DBE3D) is known color: Dark Pastel Green. HEX triplet: 1D, BE and 3D. RGB value is (29,190,61). Sum of RGB (Red+Green+Blue) = 29+190+61=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBE3D is #E241C2. Grayscale: #7F7F7F. Windows color (decimal): -14827971 or 4046365. OLE color: 4046365.

HSL color Cylindrical-coordinate representation of color #1DBE3D: hue angle of 131.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE3D is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 190 61 -
CMYK 0.85 0 0.68 0.25
HSL 131.93º 0.74% 0.43% -
HSV(B) 131.93º 0.85% 0.75% -
XYZ 19.76 37.43 10.6 -
YUV 127.16 90.66 57.99 -
System Red Green Blue C M Y K H S L
Decimal 29 190 61 0.85 0 0.68 0.25 131.93 0.74 0.43
Hex 1D BE 3D 55 0 44 19 84 4A 2B
Octal 35 276 75 125 0 104 31 204 112 53
Binary 11101 10111110 111101 1010101 0 1000100 11001 10000100 1001010 101011

Color Harmonies of #1DBE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBE3D

Black with #1DBE3D

Text Example


Text Example

White with #1DBE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,190,61); }

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

background-color css

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

 a { background-color: rgb(29,190,61); }

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

border-color css

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

 span { border-color: rgb(29,190,61); }

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