#13BC41

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

Shades of Dark Pastel Green #13BC41

Tints of Dark Pastel Green #13BC41

Color information

#13BC41 (or 0x13BC41) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BC and 41. RGB value is (19,188,65). Sum of RGB (Red+Green+Blue) = 19+188+65=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC41 is #EC43BE. Grayscale: #7B7B7B. Windows color (decimal): -15483839 or 4307987. OLE color: 4307987.

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

Color convert

RGB1918865-
CMYK0.9000.650.26
HSL136.33º81.64%40.59%-
HSV(B)136.33º89.89%73.73%-
XYZ19.2136.4911.03-
YUV123.4595.0153.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 188 (73.83% from 255) = 69.12%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=6.99%
G=69.12%
B=23.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19188650.9000.650.26136.3381.6440.59
Hex13BC415A0411A885229
Octal2327410113201013221012251
Binary1001110111100100000110110100100000111010100010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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