Html Css Color HEX #13CA37 Dark Pastel Green

📋 copy color: '#13CA37'

red 19 ◦ green 202 ◦ blue 55

#13CA37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #13CA37

Tints of Dark Pastel Green #13CA37

RGB

 RED value IS 19 (7.81% from 255) = 6.88%

 GREEN value IS 202 (79.3% from 255) = 73.19%

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 6.88%
G = 73.19%
B = 19.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#13CA37 (or 0x13CA37) is known color: Dark Pastel Green. HEX triplet: 13, CA and 37. RGB value is (19,202,55). Sum of RGB (Red+Green+Blue) = 19+202+55=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA37 is #EC35C8. Grayscale: #828282. Windows color (decimal): -15480265 or 3656211. OLE color: 3656211.

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

Color convert

RGB 19 202 55 -
CMYK 0.91 0 0.73 0.21
HSL 131.8º 0.83% 0.43% -
HSV(B) 131.8º 0.91% 0.79% -
XYZ 22.08 42.66 10.68 -
YUV 130.53 85.37 48.45 -
System Red Green Blue C M Y K H S L
Decimal 19 202 55 0.91 0 0.73 0.21 131.8 0.83 0.43
Hex 13 CA 37 5B 0 49 15 84 53 2B
Octal 23 312 67 133 0 111 25 204 123 53
Binary 10011 11001010 110111 1011011 0 1001001 10101 10000100 1010011 101011

Color Harmonies of #13CA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CA37

Black with #13CA37

Text Example


Text Example

White with #13CA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13CA37;
 }
 .AnyTagClassName
 {
   color: #13CA37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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