Html Css Color HEX #1DC33D Dark Pastel Green

📋 copy color: '#1DC33D'

red 29 ◦ green 195 ◦ blue 61

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

Shades of Dark Pastel Green #1DC33D

Tints of Dark Pastel Green #1DC33D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 68.42%

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

R = 10.18%
G = 68.42%
B = 21.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#1DC33D (or 0x1DC33D) is known color: Dark Pastel Green. HEX triplet: 1D, C3 and 3D. RGB value is (29,195,61). Sum of RGB (Red+Green+Blue) = 29+195+61=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC33D is #E23CC2. Grayscale: #828282. Windows color (decimal): -14826691 or 4047645. OLE color: 4047645.

HSL color Cylindrical-coordinate representation of color #1DC33D: hue angle of 131.57º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC33D is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 61 -
CMYK 0.85 0 0.69 0.24
HSL 131.57º 0.74% 0.44% -
HSV(B) 131.57º 0.85% 0.76% -
XYZ 20.86 39.63 10.96 -
YUV 130.09 89 55.9 -
System Red Green Blue C M Y K H S L
Decimal 29 195 61 0.85 0 0.69 0.24 131.57 0.74 0.44
Hex 1D C3 3D 55 0 45 18 84 4A 2C
Octal 35 303 75 125 0 105 30 204 112 54
Binary 11101 11000011 111101 1010101 0 1000101 11000 10000100 1001010 101100

Color Harmonies of #1DC33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC33D

Black with #1DC33D

Text Example


Text Example

White with #1DC33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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