#13B21E

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

Shades of Dark Pastel Green #13B21E

Tints of Dark Pastel Green #13B21E

Color information

#13B21E (or 0x13B21E) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B2 and 1E. RGB value is (19,178,30). Sum of RGB (Red+Green+Blue) = 19+178+30=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #13B21E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B21E is #EC4DE1. Grayscale: #727272. Windows color (decimal): -15486434 or 2011667. OLE color: 2011667.

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

Color convert

RGB1917830-
CMYK0.8900.830.30
HSL124.15º80.71%38.63%-
HSV(B)124.15º89.33%69.8%-
XYZ16.4232.076.55-
YUV113.5980.8260.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 178 (69.92% from 255) = 78.41%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=8.37%
G=78.41%
B=13.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19178300.8900.830.30124.1580.7138.63
Hex13B21E590531E7c5127
Octal232623613101233617412147
Binary1001110110010111101011001010100111111011111001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,178,30); }

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

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

 a { background-color: rgb(19,178,30); }

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

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

 span { border-color: rgb(19,178,30); }

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