#01A42A

Color #01A42A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01A42A

Tints of Dark Pastel Green #01A42A

Color information

#01A42A (or 0x01A42A) is unknown color: approx Dark Pastel Green. HEX triplet: 01, A4 and 2A. RGB value is (1,164,42). Sum of RGB (Red+Green+Blue) = 1+164+42=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 164 (64.45% from 255 or 79.23% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 164 - color contains mainly: green. Hex color #01A42A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A42A is #FE5BD5. Grayscale: #656565. Windows color (decimal): -16669654 or 2794497. OLE color: 2794497.

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

Color convert

RGB116442-
CMYK0.9900.740.36
HSL135.09º98.79%32.35%-
HSV(B)135.09º99.39%64.31%-
XYZ13.7126.726.63-
YUV101.3694.556.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 164 (64.45% from 255) = 79.23%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=0.48%
G=79.23%
B=20.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1164420.9900.740.36135.0998.7932.35
Hex1A42A6304A24876320
Octal12445214301124420714340
Binary110100100101010110001101001010100100100001111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01A42A;
 }
 .AnyTagClassName
 {
   color: #01A42A;
 }
</style>
background-color css

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

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

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

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

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

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