#13C730

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

Shades of Dark Pastel Green #13C730

Tints of Dark Pastel Green #13C730

Color information

#13C730 (or 0x13C730) is unknown color: approx Dark Pastel Green. HEX triplet: 13, C7 and 30. RGB value is (19,199,48). Sum of RGB (Red+Green+Blue) = 19+199+48=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 199 (78.12% from 255 or 74.81% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 199 - color contains mainly: green. Hex color #13C730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C730 is #EC38CF. Grayscale: #808080. Windows color (decimal): -15481040 or 3196691. OLE color: 3196691.

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

Color convert

RGB1919948-
CMYK0.9000.760.22
HSL129.67º82.57%42.75%-
HSV(B)129.67º90.45%78.04%-
XYZ21.2341.29.63-
YUV127.9782.8750.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.14%
GREEN value IS 199 (78.12% from 255) = 74.81%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=7.14%
G=74.81%
B=18.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19199480.9000.760.22129.6782.5742.75
Hex13C7305A04C1682532b
Octal233076013201142620212353
Binary100111100011111000010110100100110010110100000101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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