#13AA2B

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

Shades of Dark Pastel Green #13AA2B

Tints of Dark Pastel Green #13AA2B

Color information

#13AA2B (or 0x13AA2B) is unknown color: approx Dark Pastel Green. HEX triplet: 13, AA and 2B. RGB value is (19,170,43). Sum of RGB (Red+Green+Blue) = 19+170+43=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA2B is #EC55D4. Grayscale: #6E6E6E. Windows color (decimal): -15488469 or 2861587. OLE color: 2861587.

HSL color Cylindrical-coordinate representation of color #13AA2B: hue angle of 129.54º 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 #13AA2B is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1917043-
CMYK0.8900.750.33
HSL129.54º79.89%37.06%-
HSV(B)129.54º88.82%66.67%-
XYZ15.0829.067.1-
YUV110.3789.9762.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 170 (66.80% from 255) = 73.28%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=8.19%
G=73.28%
B=18.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19170430.8900.750.33129.5479.8937.06
Hex13AA2B5904B21825025
Octal232525313101134120212045
Binary1001110101010101011101100101001011100001100000101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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