Html Css Color HEX #1DC33F Dark Pastel Green

📋 copy color: '#1DC33F'

red 29 ◦ green 195 ◦ blue 63

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

Shades of Dark Pastel Green #1DC33F

Tints of Dark Pastel Green #1DC33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.95%

R = 10.1%
G = 67.94%
B = 21.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#1DC33F (or 0x1DC33F) is known color: Dark Pastel Green. HEX triplet: 1D, C3 and 3F. RGB value is (29,195,63). Sum of RGB (Red+Green+Blue) = 29+195+63=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC33F is #E23CC0. Grayscale: #828282. Windows color (decimal): -14826689 or 4178717. OLE color: 4178717.

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

Color convert

RGB 29 195 63 -
CMYK 0.85 0 0.68 0.24
HSL 132.29º 0.74% 0.44% -
HSV(B) 132.29º 0.85% 0.76% -
XYZ 20.92 39.65 11.25 -
YUV 130.32 90 55.73 -
System Red Green Blue C M Y K H S L
Decimal 29 195 63 0.85 0 0.68 0.24 132.29 0.74 0.44
Hex 1D C3 3F 55 0 44 18 84 4A 2C
Octal 35 303 77 125 0 104 30 204 112 54
Binary 11101 11000011 111111 1010101 0 1000100 11000 10000100 1001010 101100

Color Harmonies of #1DC33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC33F

Black with #1DC33F

Text Example


Text Example

White with #1DC33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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