Html Css Color HEX #01A32A Dark Pastel Green

📋 copy color: '#01A32A'

red 1 ◦ green 163 ◦ blue 42

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

Shades of Dark Pastel Green #01A32A

Tints of Dark Pastel Green #01A32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 0.49%
G = 79.13%
B = 20.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#01A32A (or 0x01A32A) is known color: Dark Pastel Green. HEX triplet: 01, A3 and 2A. RGB value is (1,163,42). Sum of RGB (Red+Green+Blue) = 1+163+42=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 163 (64.06% from 255 or 79.13% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 163 - color contains mainly: green. Hex color #01A32A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A32A is #FE5CD5. Grayscale: #656565. Windows color (decimal): -16669910 or 2794241. OLE color: 2794241.

HSL color Cylindrical-coordinate representation of color #01A32A: hue angle of 135.19º 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 #01A32A is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 163 42 -
CMYK 0.99 0 0.74 0.36
HSL 135.19º 0.99% 0.32% -
HSV(B) 135.19º 0.99% 0.64% -
XYZ 13.53 26.37 6.57 -
YUV 100.77 94.83 56.84 -
System Red Green Blue C M Y K H S L
Decimal 1 163 42 0.99 0 0.74 0.36 135.19 0.99 0.32
Hex 1 A3 2A 63 0 4A 24 87 63 20
Octal 1 243 52 143 0 112 44 207 143 40
Binary 1 10100011 101010 1100011 0 1001010 100100 10000111 1100011 100000

Color Harmonies of #01A32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A32A

Black with #01A32A

Text Example


Text Example

White with #01A32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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