#05A323

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

Shades of Dark Pastel Green #05A323

Tints of Dark Pastel Green #05A323

Color information

#05A323 (or 0x05A323) is unknown color: approx Dark Pastel Green. HEX triplet: 05, A3 and 23. RGB value is (5,163,35). Sum of RGB (Red+Green+Blue) = 5+163+35=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #05A323 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A323 is #FA5CDC. Grayscale: #656565. Windows color (decimal): -16407773 or 2335493. OLE color: 2335493.

HSL color Cylindrical-coordinate representation of color #05A323: hue angle of 131.39º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A323 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB516335-
CMYK0.9700.790.36
HSL131.39º94.05%32.94%-
HSV(B)131.39º96.93%63.92%-
XYZ13.4626.355.97-
YUV101.1790.6559.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 163 (64.06% from 255) = 80.30%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=2.46%
G=80.30%
B=17.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5163350.9700.790.36131.3994.0532.94
Hex5A3236104F24835e21
Octal52434314101174420313641
Binary10110100011100011110000101001111100100100000111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A323; }

 p { color: rgb(5,163,35); }

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

<style>
 a { background-color: #05A323; }

 a { background-color: rgb(5,163,35); }

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

<style>
 span { border-color: #05A323; }

 span { border-color: rgb(5,163,35); }

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