Html Css Color HEX #13B146 Dark Pastel Green

📋 copy color: '#13B146'

red 19 ◦ green 177 ◦ blue 70

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

Shades of Dark Pastel Green #13B146

Tints of Dark Pastel Green #13B146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 66.54%

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

R = 7.14%
G = 66.54%
B = 26.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#13B146 (or 0x13B146) is known color: Dark Pastel Green. HEX triplet: 13, B1 and 46. RGB value is (19,177,70). Sum of RGB (Red+Green+Blue) = 19+177+70=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #13B146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B146 is #EC4EB9. Grayscale: #757575. Windows color (decimal): -15486650 or 4632851. OLE color: 4632851.

HSL color Cylindrical-coordinate representation of color #13B146: hue angle of 139.37º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B146 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 177 70 -
CMYK 0.89 0 0.60 0.31
HSL 139.37º 0.81% 0.38% -
HSV(B) 139.37º 0.89% 0.69% -
XYZ 17.1 32.02 11.07 -
YUV 117.56 101.15 57.7 -
System Red Green Blue C M Y K H S L
Decimal 19 177 70 0.89 0 0.60 0.31 139.37 0.81 0.38
Hex 13 B1 46 59 0 3C 1F 8B 51 26
Octal 23 261 106 131 0 74 37 213 121 46
Binary 10011 10110001 1000110 1011001 0 111100 11111 10001011 1010001 100110

Color Harmonies of #13B146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B146

Black with #13B146

Text Example


Text Example

White with #13B146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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