Html Css Color HEX #13BA46 Dark Pastel Green

📋 copy color: '#13BA46'

red 19 ◦ green 186 ◦ blue 70

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

Shades of Dark Pastel Green #13BA46

Tints of Dark Pastel Green #13BA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 6.91%
G = 67.64%
B = 25.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#13BA46 (or 0x13BA46) is known color: Dark Pastel Green. HEX triplet: 13, BA and 46. RGB value is (19,186,70). Sum of RGB (Red+Green+Blue) = 19+186+70=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BA46 is #EC45B9. Grayscale: #7B7B7B. Windows color (decimal): -15484346 or 4635155. OLE color: 4635155.

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

Color convert

RGB 19 186 70 -
CMYK 0.90 0 0.62 0.27
HSL 138.32º 0.81% 0.4% -
HSV(B) 138.32º 0.9% 0.73% -
XYZ 18.93 35.7 11.69 -
YUV 122.84 98.17 53.93 -
System Red Green Blue C M Y K H S L
Decimal 19 186 70 0.90 0 0.62 0.27 138.32 0.81 0.4
Hex 13 BA 46 5A 0 3E 1B 8A 51 28
Octal 23 272 106 132 0 76 33 212 121 50
Binary 10011 10111010 1000110 1011010 0 111110 11011 10001010 1010001 101000

Color Harmonies of #13BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA46

Black with #13BA46

Text Example


Text Example

White with #13BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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