#13CA44

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

Shades of Dark Pastel Green #13CA44

Tints of Dark Pastel Green #13CA44

Color information

#13CA44 (or 0x13CA44) is unknown color: approx Dark Pastel Green. HEX triplet: 13, CA and 44. RGB value is (19,202,68). Sum of RGB (Red+Green+Blue) = 19+202+68=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA44 is #EC35BB. Grayscale: #848484. Windows color (decimal): -15480252 or 4508179. OLE color: 4508179.

HSL color Cylindrical-coordinate representation of color #13CA44: hue angle of 136.07º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA44 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB1920268-
CMYK0.9100.660.21
HSL136.07º82.81%43.33%-
HSV(B)136.07º90.59%79.22%-
XYZ22.4342.812.55-
YUV132.0191.8747.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 202 (79.30% from 255) = 69.90%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=6.57%
G=69.90%
B=23.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19202680.9100.660.21136.0782.8143.33
Hex13CA445B0421588532b
Octal2331210413301022521012353
Binary1001111001010100010010110110100001010101100010001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,202,68); }

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

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

 a { background-color: rgb(19,202,68); }

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

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

 span { border-color: rgb(19,202,68); }

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