#13BC1E

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

Shades of Dark Pastel Green #13BC1E

Tints of Dark Pastel Green #13BC1E

Color information

#13BC1E (or 0x13BC1E) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BC and 1E. RGB value is (19,188,30). Sum of RGB (Red+Green+Blue) = 19+188+30=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC1E is #EC43E1. Grayscale: #777777. Windows color (decimal): -15483874 or 2014227. OLE color: 2014227.

HSL color Cylindrical-coordinate representation of color #13BC1E: hue angle of 123.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC1E is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1918830-
CMYK0.9000.840.26
HSL123.91º81.64%40.59%-
HSV(B)123.91º89.89%73.73%-
XYZ18.4936.27.24-
YUV119.4677.5156.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 188 (73.83% from 255) = 79.32%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=8.02%
G=79.32%
B=12.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19188300.9000.840.26123.9181.6440.59
Hex13BC1E5A0541A7c5229
Octal232743613201243217412251
Binary1001110111100111101011010010101001101011111001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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