#13B03A

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

Shades of Dark Pastel Green #13B03A

Tints of Dark Pastel Green #13B03A

Color information

#13B03A (or 0x13B03A) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B0 and 3A. RGB value is (19,176,58). Sum of RGB (Red+Green+Blue) = 19+176+58=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 176 (69.14% from 255 or 69.57% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 176 - color contains mainly: green. Hex color #13B03A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B03A is #EC4FC5. Grayscale: #737373. Windows color (decimal): -15486918 or 3846163. OLE color: 3846163.

HSL color Cylindrical-coordinate representation of color #13B03A: hue angle of 134.9º degrees, saturation: 0.81, 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 #13B03A is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1917658-
CMYK0.8900.670.31
HSL134.9º80.51%38.24%-
HSV(B)134.9º89.2%69.02%-
XYZ16.5631.499.21-
YUV115.695.4959.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 176 (69.14% from 255) = 69.57%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=7.51%
G=69.57%
B=22.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19176580.8900.670.31134.980.5138.24
Hex13B03A590431F875126
Octal232607213101033720712146
Binary100111011000011101010110010100001111111100001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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