#13C742

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

Shades of Dark Pastel Green #13C742

Tints of Dark Pastel Green #13C742

Color information

#13C742 (or 0x13C742) is unknown color: approx Dark Pastel Green. HEX triplet: 13, C7 and 42. RGB value is (19,199,66). Sum of RGB (Red+Green+Blue) = 19+199+66=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 199 (78.12% from 255 or 70.07% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 199 - color contains mainly: green. Hex color #13C742 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C742 is #EC38BD. Grayscale: #828282. Windows color (decimal): -15481022 or 4376339. OLE color: 4376339.

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

Color convert

RGB1919966-
CMYK0.9000.670.22
HSL135.67º82.57%42.75%-
HSV(B)135.67º90.45%78.04%-
XYZ21.6841.3812-
YUV130.0291.8748.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 199 (78.12% from 255) = 70.07%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=6.69%
G=70.07%
B=23.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19199660.9000.670.22135.6782.5742.75
Hex13C7425A0431688532b
Octal2330710213201032621012353
Binary1001111000111100001010110100100001110110100010001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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