#13A035

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

Shades of Dark Pastel Green #13A035

Tints of Dark Pastel Green #13A035

Color information

#13A035 (or 0x13A035) is unknown color: approx Dark Pastel Green. HEX triplet: 13, A0 and 35. RGB value is (19,160,53). Sum of RGB (Red+Green+Blue) = 19+160+53=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #13A035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A035 is #EC5FCA. Grayscale: #696969. Windows color (decimal): -15491019 or 3514387. OLE color: 3514387.

HSL color Cylindrical-coordinate representation of color #13A035: hue angle of 134.47º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A035 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1916053-
CMYK0.8800.670.37
HSL134.47º78.77%35.1%-
HSV(B)134.47º88.13%62.75%-
XYZ13.4825.547.59-
YUV105.6498.2966.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 160 (62.89% from 255) = 68.97%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=8.19%
G=68.97%
B=22.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal19160530.8800.670.37134.4778.7735.1
Hex13A0355804325864f23
Octal232406513001034520611743
Binary1001110100000110101101100001000011100101100001101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,160,53); }

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

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

 a { background-color: rgb(19,160,53); }

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

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

 span { border-color: rgb(19,160,53); }

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