#13BC1C

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

Shades of Dark Pastel Green #13BC1C

Tints of Dark Pastel Green #13BC1C

Color information

#13BC1C (or 0x13BC1C) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BC and 1C. RGB value is (19,188,28). Sum of RGB (Red+Green+Blue) = 19+188+28=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC1C is #EC43E3. Grayscale: #777777. Windows color (decimal): -15483876 or 1883155. OLE color: 1883155.

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

Color convert

RGB1918828-
CMYK0.9000.850.26
HSL123.2º81.64%40.59%-
HSV(B)123.2º89.89%73.73%-
XYZ18.4636.197.11-
YUV119.2376.5156.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 188 (73.83% from 255) = 80%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=8.09%
G=80%
B=11.91%

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
Decimal19188280.9000.850.26123.281.6440.59
Hex13BC1C5A0551A7b5229
Octal232743413201253217312251
Binary1001110111100111001011010010101011101011110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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