#13B420

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

Shades of Dark Pastel Green #13B420

Tints of Dark Pastel Green #13B420

Color information

#13B420 (or 0x13B420) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B4 and 20. RGB value is (19,180,32). Sum of RGB (Red+Green+Blue) = 19+180+32=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 180 (70.70% from 255 or 77.92% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 180 - color contains mainly: green. Hex color #13B420 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B420 is #EC4BDF. Grayscale: #737373. Windows color (decimal): -15485920 or 2143251. OLE color: 2143251.

HSL color Cylindrical-coordinate representation of color #13B420: hue angle of 124.84º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B420 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1918032-
CMYK0.8900.820.29
HSL124.84º80.9%39.02%-
HSV(B)124.84º89.44%70.59%-
XYZ16.8532.896.83-
YUV114.9981.1659.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 180 (70.70% from 255) = 77.92%
BLUE value IS 32 (12.89% from 255) = 13.85%
R=8.23%
G=77.92%
B=13.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19180320.8900.820.29124.8480.939.02
Hex13B420590521D7d5127
Octal232644013101223517512147
Binary10011101101001000001011001010100101110111111011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,180,32); }

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

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

 a { background-color: rgb(19,180,32); }

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

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

 span { border-color: rgb(19,180,32); }

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