Html Css Color HEX #13BA41 Dark Pastel Green

📋 copy color: '#13BA41'

red 19 ◦ green 186 ◦ blue 65

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

Shades of Dark Pastel Green #13BA41

Tints of Dark Pastel Green #13BA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.89%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 7.04%
G = 68.89%
B = 24.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#13BA41 (or 0x13BA41) is known color: Dark Pastel Green. HEX triplet: 13, BA and 41. RGB value is (19,186,65). Sum of RGB (Red+Green+Blue) = 19+186+65=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BA41 is #EC45BE. Grayscale: #7A7A7A. Windows color (decimal): -15484351 or 4307475. OLE color: 4307475.

HSL color Cylindrical-coordinate representation of color #13BA41: hue angle of 136.53º 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 #13BA41 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 65 -
CMYK 0.90 0 0.65 0.27
HSL 136.53º 0.81% 0.4% -
HSV(B) 136.53º 0.9% 0.73% -
XYZ 18.78 35.64 10.89 -
YUV 122.27 95.67 54.34 -
System Red Green Blue C M Y K H S L
Decimal 19 186 65 0.90 0 0.65 0.27 136.53 0.81 0.4
Hex 13 BA 41 5A 0 41 1B 89 51 28
Octal 23 272 101 132 0 101 33 211 121 50
Binary 10011 10111010 1000001 1011010 0 1000001 11011 10001001 1010001 101000

Color Harmonies of #13BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA41

Black with #13BA41

Text Example


Text Example

White with #13BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,186,65); }

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

background-color css

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

 a { background-color: rgb(19,186,65); }

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

border-color css

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

 span { border-color: rgb(19,186,65); }

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