Html Css Color HEX #01E32F Dark Pastel Green

📋 copy color: '#01E32F'

red 1 ◦ green 227 ◦ blue 47

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

Shades of Dark Pastel Green #01E32F

Tints of Dark Pastel Green #01E32F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 82.55%

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 0.36%
G = 82.55%
B = 17.09%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#01E32F (or 0x01E32F) is known color: Dark Pastel Green. HEX triplet: 01, E3 and 2F. RGB value is (1,227,47). Sum of RGB (Red+Green+Blue) = 1+227+47=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 227 (89.06% from 255 or 82.55% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 227 - color contains mainly: green. Hex color #01E32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E32F is #FE1CD0. Grayscale: #8B8B8B. Windows color (decimal): -16653521 or 3138305. OLE color: 3138305.

HSL color Cylindrical-coordinate representation of color #01E32F: hue angle of 132.21º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E32F is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 227 47 -
CMYK 1.00 0 0.79 0.11
HSL 132.21º 0.99% 0.45% -
HSV(B) 132.21º 1% 0.89% -
XYZ 27.99 55.15 11.86 -
YUV 138.91 76.13 29.64 -
System Red Green Blue C M Y K H S L
Decimal 1 227 47 1.00 0 0.79 0.11 132.21 0.99 0.45
Hex 1 E3 2F 64 0 4F B 84 63 2D
Octal 1 343 57 144 0 117 13 204 143 55
Binary 1 11100011 101111 1100100 0 1001111 1011 10000100 1100011 101101

Color Harmonies of #01E32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E32F

Black with #01E32F

Text Example


Text Example

White with #01E32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,227,47); }

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

background-color css

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

 a { background-color: rgb(1,227,47); }

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

border-color css

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

 span { border-color: rgb(1,227,47); }

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