#13CA29

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

Shades of Dark Pastel Green #13CA29

Tints of Dark Pastel Green #13CA29

Color information

#13CA29 (or 0x13CA29) is unknown color: approx Dark Pastel Green. HEX triplet: 13, CA and 29. RGB value is (19,202,41). Sum of RGB (Red+Green+Blue) = 19+202+41=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 202 (79.30% from 255 or 77.10% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA29 is #EC35D6. Grayscale: #818181. Windows color (decimal): -15480279 or 2738707. OLE color: 2738707.

HSL color Cylindrical-coordinate representation of color #13CA29: hue angle of 127.21º 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 #13CA29 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB1920241-
CMYK0.9100.800.21
HSL127.21º82.81%43.33%-
HSV(B)127.21º90.59%79.22%-
XYZ21.7942.549.16-
YUV128.9378.3749.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 202 (79.30% from 255) = 77.10%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=7.25%
G=77.10%
B=15.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19202410.9100.800.21127.2182.8143.33
Hex13CA295B050157f532b
Octal233125113301202517712353
Binary10011110010101010011011011010100001010111111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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