#13AA3A

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

Shades of Dark Pastel Green #13AA3A

Tints of Dark Pastel Green #13AA3A

Color information

#13AA3A (or 0x13AA3A) is unknown color: approx Dark Pastel Green. HEX triplet: 13, AA and 3A. RGB value is (19,170,58). Sum of RGB (Red+Green+Blue) = 19+170+58=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA3A is #EC55C5. Grayscale: #707070. Windows color (decimal): -15488454 or 3844627. OLE color: 3844627.

HSL color Cylindrical-coordinate representation of color #13AA3A: hue angle of 135.5º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA3A is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1917058-
CMYK0.8900.660.33
HSL135.5º79.89%37.06%-
HSV(B)135.5º88.82%66.67%-
XYZ15.4129.198.83-
YUV112.0897.4761.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 170 (66.80% from 255) = 68.83%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=7.69%
G=68.83%
B=23.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19170580.8900.660.33135.579.8937.06
Hex13AA3A5904221875025
Octal232527213101024120712045
Binary1001110101010111010101100101000010100001100001111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AA3A; }

 p { color: rgb(19,170,58); }

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

<style>
 a { background-color: #13AA3A; }

 a { background-color: rgb(19,170,58); }

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

<style>
 span { border-color: #13AA3A; }

 span { border-color: rgb(19,170,58); }

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