Html Css Color HEX #01A62F Dark Pastel Green

📋 copy color: '#01A62F'

red 1 ◦ green 166 ◦ blue 47

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

Shades of Dark Pastel Green #01A62F

Tints of Dark Pastel Green #01A62F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 77.57%

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

R = 0.47%
G = 77.57%
B = 21.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#01A62F (or 0x01A62F) is known color: Dark Pastel Green. HEX triplet: 01, A6 and 2F. RGB value is (1,166,47). Sum of RGB (Red+Green+Blue) = 1+166+47=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 166 (65.23% from 255 or 77.57% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 166 - color contains mainly: green. Hex color #01A62F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A62F is #FE59D0. Grayscale: #676767. Windows color (decimal): -16669137 or 3122689. OLE color: 3122689.

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

Color convert

RGB 1 166 47 -
CMYK 0.99 0 0.72 0.35
HSL 136.73º 0.99% 0.33% -
HSV(B) 136.73º 0.99% 0.65% -
XYZ 14.16 27.48 7.25 -
YUV 103.1 96.34 55.18 -
System Red Green Blue C M Y K H S L
Decimal 1 166 47 0.99 0 0.72 0.35 136.73 0.99 0.33
Hex 1 A6 2F 63 0 48 23 89 63 21
Octal 1 246 57 143 0 110 43 211 143 41
Binary 1 10100110 101111 1100011 0 1001000 100011 10001001 1100011 100001

Color Harmonies of #01A62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A62F

Black with #01A62F

Text Example


Text Example

White with #01A62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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