Html Css Color HEX #13B93E Dark Pastel Green

📋 copy color: '#13B93E'

red 19 ◦ green 185 ◦ blue 62

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

Shades of Dark Pastel Green #13B93E

Tints of Dark Pastel Green #13B93E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 69.55%

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 7.14%
G = 69.55%
B = 23.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#13B93E (or 0x13B93E) is known color: Dark Pastel Green. HEX triplet: 13, B9 and 3E. RGB value is (19,185,62). Sum of RGB (Red+Green+Blue) = 19+185+62=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 185 (72.66% from 255 or 69.55% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 185 - color contains mainly: green. Hex color #13B93E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B93E is #EC46C1. Grayscale: #797979. Windows color (decimal): -15484610 or 4110611. OLE color: 4110611.

HSL color Cylindrical-coordinate representation of color #13B93E: hue angle of 135.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B93E is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 185 62 -
CMYK 0.90 0 0.66 0.27
HSL 135.54º 0.81% 0.4% -
HSV(B) 135.54º 0.9% 0.73% -
XYZ 18.49 35.18 10.37 -
YUV 121.34 94.5 55 -
System Red Green Blue C M Y K H S L
Decimal 19 185 62 0.90 0 0.66 0.27 135.54 0.81 0.4
Hex 13 B9 3E 5A 0 42 1B 88 51 28
Octal 23 271 76 132 0 102 33 210 121 50
Binary 10011 10111001 111110 1011010 0 1000010 11011 10001000 1010001 101000

Color Harmonies of #13B93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B93E

Black with #13B93E

Text Example


Text Example

White with #13B93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,185,62); }

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

background-color css

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

 a { background-color: rgb(19,185,62); }

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

border-color css

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

 span { border-color: rgb(19,185,62); }

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