Html Css Color HEX #01D73A Dark Pastel Green

📋 copy color: '#01D73A'

red 1 ◦ green 215 ◦ blue 58

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

Shades of Dark Pastel Green #01D73A

Tints of Dark Pastel Green #01D73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 78.47%

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

R = 0.36%
G = 78.47%
B = 21.17%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#01D73A (or 0x01D73A) is known color: Dark Pastel Green. HEX triplet: 01, D7 and 3A. RGB value is (1,215,58). Sum of RGB (Red+Green+Blue) = 1+215+58=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 215 (84.38% from 255 or 78.47% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 215 - color contains mainly: green. Hex color #01D73A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D73A is #FE28C5. Grayscale: #858585. Windows color (decimal): -16656582 or 3856129. OLE color: 3856129.

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

Color convert

RGB 1 215 58 -
CMYK 1.00 0 0.73 0.16
HSL 135.98º 0.99% 0.42% -
HSV(B) 135.98º 1% 0.84% -
XYZ 25.08 48.91 12.12 -
YUV 133.12 85.6 33.77 -
System Red Green Blue C M Y K H S L
Decimal 1 215 58 1.00 0 0.73 0.16 135.98 0.99 0.42
Hex 1 D7 3A 64 0 49 10 88 63 2A
Octal 1 327 72 144 0 111 20 210 143 52
Binary 1 11010111 111010 1100100 0 1001001 10000 10001000 1100011 101010

Color Harmonies of #01D73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D73A

Black with #01D73A

Text Example


Text Example

White with #01D73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,215,58); }

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

background-color css

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

 a { background-color: rgb(1,215,58); }

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

border-color css

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

 span { border-color: rgb(1,215,58); }

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