Html Css Color HEX #01A02D Dark Pastel Green

📋 copy color: '#01A02D'

red 1 ◦ green 160 ◦ blue 45

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

Shades of Dark Pastel Green #01A02D

Tints of Dark Pastel Green #01A02D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 77.67%

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 0.49%
G = 77.67%
B = 21.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#01A02D (or 0x01A02D) is known color: Dark Pastel Green. HEX triplet: 01, A0 and 2D. RGB value is (1,160,45). Sum of RGB (Red+Green+Blue) = 1+160+45=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 160 (62.89% from 255 or 77.67% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 160 - color contains mainly: green. Hex color #01A02D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A02D is #FE5FD2. Grayscale: #636363. Windows color (decimal): -16670675 or 2990081. OLE color: 2990081.

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

Color convert

RGB 1 160 45 -
CMYK 0.99 0 0.72 0.37
HSL 136.6º 0.99% 0.32% -
HSV(B) 136.6º 0.99% 0.63% -
XYZ 13.06 25.34 6.69 -
YUV 99.35 97.32 57.85 -
System Red Green Blue C M Y K H S L
Decimal 1 160 45 0.99 0 0.72 0.37 136.6 0.99 0.32
Hex 1 A0 2D 63 0 48 25 89 63 20
Octal 1 240 55 143 0 110 45 211 143 40
Binary 1 10100000 101101 1100011 0 1001000 100101 10001001 1100011 100000

Color Harmonies of #01A02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A02D

Black with #01A02D

Text Example


Text Example

White with #01A02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,160,45); }

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

background-color css

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

 a { background-color: rgb(1,160,45); }

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

border-color css

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

 span { border-color: rgb(1,160,45); }

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