#13B045

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

Shades of Dark Pastel Green #13B045

Tints of Dark Pastel Green #13B045

Color information

#13B045 (or 0x13B045) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B0 and 45. RGB value is (19,176,69). Sum of RGB (Red+Green+Blue) = 19+176+69=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 176 (69.14% from 255 or 66.67% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 176 - color contains mainly: green. Hex color #13B045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B045 is #EC4FBA. Grayscale: #757575. Windows color (decimal): -15486907 or 4567059. OLE color: 4567059.

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

Color convert

RGB1917669-
CMYK0.8900.610.31
HSL139.11º80.51%38.24%-
HSV(B)139.11º89.2%69.02%-
XYZ16.8731.6210.84-
YUV116.86100.9958.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.20%
GREEN value IS 176 (69.14% from 255) = 66.67%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=7.20%
G=66.67%
B=26.14%

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
Decimal19176690.8900.610.31139.1180.5138.24
Hex13B0455903D1F8b5126
Octal232601051310753721312146
Binary100111011000010001011011001011110111111100010111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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