#01A229

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

Shades of Dark Pastel Green #01A229

Tints of Dark Pastel Green #01A229

Color information

#01A229 (or 0x01A229) is unknown color: approx Dark Pastel Green. HEX triplet: 01, A2 and 29. RGB value is (1,162,41). Sum of RGB (Red+Green+Blue) = 1+162+41=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 162 (63.67% from 255 or 79.41% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 162 - color contains mainly: green. Hex color #01A229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A229 is #FE5DD6. Grayscale: #646464. Windows color (decimal): -16670167 or 2728449. OLE color: 2728449.

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

Color convert

RGB116241-
CMYK0.9900.750.36
HSL134.91º98.77%31.96%-
HSV(B)134.91º99.38%63.53%-
XYZ13.3326.016.41-
YUV100.0794.6657.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 162 (63.67% from 255) = 79.41%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=0.49%
G=79.41%
B=20.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1162410.9900.750.36134.9198.7731.96
Hex1A2296304B24876320
Octal12425114301134420714340
Binary110100010101001110001101001011100100100001111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,162,41); }

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

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

 a { background-color: rgb(1,162,41); }

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

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

 span { border-color: rgb(1,162,41); }

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