Html Css Color HEX #01D33F Dark Pastel Green

📋 copy color: '#01D33F'

red 1 ◦ green 211 ◦ blue 63

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

Shades of Dark Pastel Green #01D33F

Tints of Dark Pastel Green #01D33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 76.73%

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

R = 0.36%
G = 76.73%
B = 22.91%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#01D33F (or 0x01D33F) is known color: Dark Pastel Green. HEX triplet: 01, D3 and 3F. RGB value is (1,211,63). Sum of RGB (Red+Green+Blue) = 1+211+63=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 211 (82.81% from 255 or 76.73% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 211 - color contains mainly: green. Hex color #01D33F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D33F is #FE2CC0. Grayscale: #838383. Windows color (decimal): -16657601 or 4182785. OLE color: 4182785.

HSL color Cylindrical-coordinate representation of color #01D33F: hue angle of 137.71º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D33F is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 211 63 -
CMYK 1.00 0 0.70 0.17
HSL 137.71º 0.99% 0.42% -
HSV(B) 137.71º 1% 0.83% -
XYZ 24.2 46.95 12.49 -
YUV 131.34 89.43 35.03 -
System Red Green Blue C M Y K H S L
Decimal 1 211 63 1.00 0 0.70 0.17 137.71 0.99 0.42
Hex 1 D3 3F 64 0 46 11 8A 63 2A
Octal 1 323 77 144 0 106 21 212 143 52
Binary 1 11010011 111111 1100100 0 1000110 10001 10001010 1100011 101010

Color Harmonies of #01D33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D33F

Black with #01D33F

Text Example


Text Example

White with #01D33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,211,63); }

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

background-color css

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

 a { background-color: rgb(1,211,63); }

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

border-color css

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

 span { border-color: rgb(1,211,63); }

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