#13B13A

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

Shades of Dark Pastel Green #13B13A

Tints of Dark Pastel Green #13B13A

Color information

#13B13A (or 0x13B13A) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B1 and 3A. RGB value is (19,177,58). Sum of RGB (Red+Green+Blue) = 19+177+58=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 177 (69.53% from 255 or 69.69% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 177 - color contains mainly: green. Hex color #13B13A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B13A is #EC4EC5. Grayscale: #747474. Windows color (decimal): -15486662 or 3846419. OLE color: 3846419.

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

Color convert

RGB1917758-
CMYK0.8900.670.31
HSL134.81º80.61%38.43%-
HSV(B)134.81º89.27%69.41%-
XYZ16.7531.899.27-
YUV116.1995.1558.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 177 (69.53% from 255) = 69.69%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=7.48%
G=69.69%
B=22.83%

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
Decimal19177580.8900.670.31134.8180.6138.43
Hex13B13A590431F875126
Octal232617213101033720712146
Binary100111011000111101010110010100001111111100001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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