Html Css Color HEX #01A32F Dark Pastel Green

📋 copy color: '#01A32F'

red 1 ◦ green 163 ◦ blue 47

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

Shades of Dark Pastel Green #01A32F

Tints of Dark Pastel Green #01A32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 77.25%

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

R = 0.47%
G = 77.25%
B = 22.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#01A32F (or 0x01A32F) is known color: Dark Pastel Green. HEX triplet: 01, A3 and 2F. RGB value is (1,163,47). Sum of RGB (Red+Green+Blue) = 1+163+47=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 163 (64.06% from 255 or 77.25% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 163 - color contains mainly: green. Hex color #01A32F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A32F is #FE5CD0. Grayscale: #656565. Windows color (decimal): -16669905 or 3121921. OLE color: 3121921.

HSL color Cylindrical-coordinate representation of color #01A32F: hue angle of 137.04º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A32F is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 163 47 -
CMYK 0.99 0 0.71 0.36
HSL 137.04º 0.99% 0.32% -
HSV(B) 137.04º 0.99% 0.64% -
XYZ 13.62 26.41 7.07 -
YUV 101.34 97.33 56.43 -
System Red Green Blue C M Y K H S L
Decimal 1 163 47 0.99 0 0.71 0.36 137.04 0.99 0.32
Hex 1 A3 2F 63 0 47 24 89 63 20
Octal 1 243 57 143 0 107 44 211 143 40
Binary 1 10100011 101111 1100011 0 1000111 100100 10001001 1100011 100000

Color Harmonies of #01A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A32F

Black with #01A32F

Text Example


Text Example

White with #01A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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