#13C83F

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

Shades of Dark Pastel Green #13C83F

Tints of Dark Pastel Green #13C83F

Color information

#13C83F (or 0x13C83F) is unknown color: approx Dark Pastel Green. HEX triplet: 13, C8 and 3F. RGB value is (19,200,63). Sum of RGB (Red+Green+Blue) = 19+200+63=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 200 (78.52% from 255 or 70.92% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 200 - color contains mainly: green. Hex color #13C83F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C83F is #EC37C0. Grayscale: #828282. Windows color (decimal): -15480769 or 4179987. OLE color: 4179987.

HSL color Cylindrical-coordinate representation of color #13C83F: hue angle of 134.59º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C83F is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1920063-
CMYK0.9000.680.22
HSL134.59º82.65%42.94%-
HSV(B)134.59º90.5%78.43%-
XYZ21.8241.8111.62-
YUV130.2690.0348.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.74%
GREEN value IS 200 (78.52% from 255) = 70.92%
BLUE value IS 63 (25% from 255) = 22.34%
R=6.74%
G=70.92%
B=22.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19200630.9000.680.22134.5982.6542.94
Hex13C83F5A0441687532b
Octal233107713201042620712353
Binary100111100100011111110110100100010010110100001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,200,63); }

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

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

 a { background-color: rgb(19,200,63); }

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

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

 span { border-color: rgb(19,200,63); }

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