#13BC1D

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

Shades of Dark Pastel Green #13BC1D

Tints of Dark Pastel Green #13BC1D

Color information

#13BC1D (or 0x13BC1D) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BC and 1D. RGB value is (19,188,29). Sum of RGB (Red+Green+Blue) = 19+188+29=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC1D is #EC43E2. Grayscale: #777777. Windows color (decimal): -15483875 or 1948691. OLE color: 1948691.

HSL color Cylindrical-coordinate representation of color #13BC1D: hue angle of 123.55º 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 #13BC1D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB1918829-
CMYK0.9000.850.26
HSL123.55º81.64%40.59%-
HSV(B)123.55º89.89%73.73%-
XYZ18.4736.197.17-
YUV119.3477.0156.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 188 (73.83% from 255) = 79.66%
BLUE value IS 29 (11.72% from 255) = 12.29%
R=8.05%
G=79.66%
B=12.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19188290.9000.850.26123.5581.6440.59
Hex13BC1D5A0551A7c5229
Octal232743513201253217412251
Binary1001110111100111011011010010101011101011111001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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