#13B03B

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

Shades of Dark Pastel Green #13B03B

Tints of Dark Pastel Green #13B03B

Color information

#13B03B (or 0x13B03B) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B0 and 3B. RGB value is (19,176,59). Sum of RGB (Red+Green+Blue) = 19+176+59=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 176 (69.14% from 255 or 69.29% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 176 - color contains mainly: green. Hex color #13B03B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B03B is #EC4FC4. Grayscale: #747474. Windows color (decimal): -15486917 or 3911699. OLE color: 3911699.

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

Color convert

RGB1917659-
CMYK0.8900.660.31
HSL135.29º80.51%38.24%-
HSV(B)135.29º89.2%69.02%-
XYZ16.5831.59.34-
YUV115.7295.9959.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 176 (69.14% from 255) = 69.29%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=7.48%
G=69.29%
B=23.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19176590.8900.660.31135.2980.5138.24
Hex13B03B590421F875126
Octal232607313101023720712146
Binary100111011000011101110110010100001011111100001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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