#13AF45

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

Shades of Dark Pastel Green #13AF45

Tints of Dark Pastel Green #13AF45

Color information

#13AF45 (or 0x13AF45) is unknown color: approx Dark Pastel Green. HEX triplet: 13, AF and 45. RGB value is (19,175,69). Sum of RGB (Red+Green+Blue) = 19+175+69=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AF45 is #EC50BA. Grayscale: #747474. Windows color (decimal): -15487163 or 4566803. OLE color: 4566803.

HSL color Cylindrical-coordinate representation of color #13AF45: hue angle of 139.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF45 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1917569-
CMYK0.8900.610.31
HSL139.23º80.41%38.04%-
HSV(B)139.23º89.14%68.63%-
XYZ16.6731.2310.78-
YUV116.27101.3258.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 175 (68.75% from 255) = 66.54%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=7.22%
G=66.54%
B=26.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19175690.8900.610.31139.2380.4138.04
Hex13AF455903D1F8b5026
Octal232571051310753721312046
Binary100111010111110001011011001011110111111100010111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,175,69); }

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

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

 a { background-color: rgb(19,175,69); }

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

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

 span { border-color: rgb(19,175,69); }

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