Html Css Color HEX #01A331 Dark Pastel Green

📋 copy color: '#01A331'

red 1 ◦ green 163 ◦ blue 49

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

Shades of Dark Pastel Green #01A331

Tints of Dark Pastel Green #01A331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23%

R = 0.47%
G = 76.53%
B = 23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#01A331 (or 0x01A331) is known color: Dark Pastel Green. HEX triplet: 01, A3 and 31. RGB value is (1,163,49). Sum of RGB (Red+Green+Blue) = 1+163+49=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 163 (64.06% from 255 or 76.53% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 163 - color contains mainly: green. Hex color #01A331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A331 is #FE5CCE. Grayscale: #656565. Windows color (decimal): -16669903 or 3252993. OLE color: 3252993.

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

Color convert

RGB 1 163 49 -
CMYK 0.99 0 0.70 0.36
HSL 137.78º 0.99% 0.32% -
HSV(B) 137.78º 0.99% 0.64% -
XYZ 13.66 26.42 7.29 -
YUV 101.57 98.33 56.27 -
System Red Green Blue C M Y K H S L
Decimal 1 163 49 0.99 0 0.70 0.36 137.78 0.99 0.32
Hex 1 A3 31 63 0 46 24 8A 63 20
Octal 1 243 61 143 0 106 44 212 143 40
Binary 1 10100011 110001 1100011 0 1000110 100100 10001010 1100011 100000

Color Harmonies of #01A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A331

Black with #01A331

Text Example


Text Example

White with #01A331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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