Html Css Color HEX #01D229 Dark Pastel Green

📋 copy color: '#01D229'

red 1 ◦ green 210 ◦ blue 41

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

Shades of Dark Pastel Green #01D229

Tints of Dark Pastel Green #01D229

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 210 (82.42% from 255) = 83.33%

 BLUE value IS 41 (16.41% from 255) = 16.27%

R = 0.4%
G = 83.33%
B = 16.27%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#01D229 (or 0x01D229) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 29. RGB value is (1,210,41). Sum of RGB (Red+Green+Blue) = 1+210+41=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 210 (82.42% from 255 or 83.33% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 210 - color contains mainly: green. Hex color #01D229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D229 is #FE2DD6. Grayscale: #808080. Windows color (decimal): -16657879 or 2740737. OLE color: 2740737.

HSL color Cylindrical-coordinate representation of color #01D229: hue angle of 131.48º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D229 is Cyan = 1.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 210 41 -
CMYK 1.00 0 0.80 0.18
HSL 131.48º 0.99% 0.41% -
HSV(B) 131.48º 1% 0.82% -
XYZ 23.46 46.26 9.79 -
YUV 128.24 78.76 37.24 -
System Red Green Blue C M Y K H S L
Decimal 1 210 41 1.00 0 0.80 0.18 131.48 0.99 0.41
Hex 1 D2 29 64 0 50 12 83 63 29
Octal 1 322 51 144 0 120 22 203 143 51
Binary 1 11010010 101001 1100100 0 1010000 10010 10000011 1100011 101001

Color Harmonies of #01D229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D229

Black with #01D229

Text Example


Text Example

White with #01D229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01D229; }

 p { color: rgb(1,210,41); }

 H1.HeaderClassName
 {
   color: #01D229;
 }
 .AnyTagClassName
 {
   color: #01D229;
 }
</style>

background-color css

<style>
 a { background-color: #01D229; }

 a { background-color: rgb(1,210,41); }

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

border-color css

<style>
 span { border-color: #01D229; }

 span { border-color: rgb(1,210,41); }

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