#13BC42

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

Shades of Dark Pastel Green #13BC42

Tints of Dark Pastel Green #13BC42

Color information

#13BC42 (or 0x13BC42) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BC and 42. RGB value is (19,188,66). Sum of RGB (Red+Green+Blue) = 19+188+66=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC42 is #EC43BD. Grayscale: #7B7B7B. Windows color (decimal): -15483838 or 4373523. OLE color: 4373523.

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

Color convert

RGB1918866-
CMYK0.9000.650.26
HSL136.69º81.64%40.59%-
HSV(B)136.69º89.89%73.73%-
XYZ19.2436.511.19-
YUV123.5695.5153.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.96%
GREEN value IS 188 (73.83% from 255) = 68.86%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=6.96%
G=68.86%
B=24.18%

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
Decimal19188660.9000.650.26136.6981.6440.59
Hex13BC425A0411A895229
Octal2327410213201013221112251
Binary1001110111100100001010110100100000111010100010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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