Html Css Color HEX #1DBE3A Dark Pastel Green

📋 copy color: '#1DBE3A'

red 29 ◦ green 190 ◦ blue 58

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

Shades of Dark Pastel Green #1DBE3A

Tints of Dark Pastel Green #1DBE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 10.47%
G = 68.59%
B = 20.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#1DBE3A (or 0x1DBE3A) is known color: Dark Pastel Green. HEX triplet: 1D, BE and 3A. RGB value is (29,190,58). Sum of RGB (Red+Green+Blue) = 29+190+58=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 190 (74.61% from 255 or 68.59% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBE3A is #E241C5. Grayscale: #7F7F7F. Windows color (decimal): -14827974 or 3849757. OLE color: 3849757.

HSL color Cylindrical-coordinate representation of color #1DBE3A: hue angle of 130.81º 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 #1DBE3A is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 190 58 -
CMYK 0.85 0 0.69 0.25
HSL 130.81º 0.74% 0.43% -
HSV(B) 130.81º 0.85% 0.75% -
XYZ 19.68 37.39 10.18 -
YUV 126.81 89.16 58.23 -
System Red Green Blue C M Y K H S L
Decimal 29 190 58 0.85 0 0.69 0.25 130.81 0.74 0.43
Hex 1D BE 3A 55 0 45 19 83 4A 2B
Octal 35 276 72 125 0 105 31 203 112 53
Binary 11101 10111110 111010 1010101 0 1000101 11001 10000011 1001010 101011

Color Harmonies of #1DBE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBE3A

Black with #1DBE3A

Text Example


Text Example

White with #1DBE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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