Html Css Color HEX #01A528 Dark Pastel Green

📋 copy color: '#01A528'

red 1 ◦ green 165 ◦ blue 40

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

Shades of Dark Pastel Green #01A528

Tints of Dark Pastel Green #01A528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 80.1%

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 0.49%
G = 80.1%
B = 19.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#01A528 (or 0x01A528) is known color: Dark Pastel Green. HEX triplet: 01, A5 and 28. RGB value is (1,165,40). Sum of RGB (Red+Green+Blue) = 1+165+40=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 165 (64.84% from 255 or 80.10% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 165 - color contains mainly: green. Hex color #01A528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A528 is #FE5AD7. Grayscale: #666666. Windows color (decimal): -16669400 or 2663681. OLE color: 2663681.

HSL color Cylindrical-coordinate representation of color #01A528: hue angle of 134.27º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A528 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 165 40 -
CMYK 0.99 0 0.76 0.35
HSL 134.27º 0.99% 0.33% -
HSV(B) 134.27º 0.99% 0.65% -
XYZ 13.85 27.07 6.5 -
YUV 101.71 93.17 56.16 -
System Red Green Blue C M Y K H S L
Decimal 1 165 40 0.99 0 0.76 0.35 134.27 0.99 0.33
Hex 1 A5 28 63 0 4C 23 86 63 21
Octal 1 245 50 143 0 114 43 206 143 41
Binary 1 10100101 101000 1100011 0 1001100 100011 10000110 1100011 100001

Color Harmonies of #01A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A528

Black with #01A528

Text Example


Text Example

White with #01A528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,165,40); }

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

background-color css

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

 a { background-color: rgb(1,165,40); }

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

border-color css

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

 span { border-color: rgb(1,165,40); }

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