#13C841

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

Shades of Dark Pastel Green #13C841

Tints of Dark Pastel Green #13C841

Color information

#13C841 (or 0x13C841) is unknown color: approx Dark Pastel Green. HEX triplet: 13, C8 and 41. RGB value is (19,200,65). Sum of RGB (Red+Green+Blue) = 19+200+65=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #13C841 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C841 is #EC37BE. Grayscale: #828282. Windows color (decimal): -15480767 or 4311059. OLE color: 4311059.

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

Color convert

RGB1920065-
CMYK0.9000.680.22
HSL135.25º82.65%42.94%-
HSV(B)135.25º90.5%78.43%-
XYZ21.8841.8311.92-
YUV130.4991.0348.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 200 (78.52% from 255) = 70.42%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=6.69%
G=70.42%
B=22.89%

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
Decimal19200650.9000.680.22135.2582.6542.94
Hex13C8415A0441687532b
Octal2331010113201042620712353
Binary1001111001000100000110110100100010010110100001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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