Html Css Color HEX #13B020 Dark Pastel Green

📋 copy color: '#13B020'

red 19 ◦ green 176 ◦ blue 32

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

Shades of Dark Pastel Green #13B020

Tints of Dark Pastel Green #13B020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 77.53%

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 8.37%
G = 77.53%
B = 14.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#13B020 (or 0x13B020) is known color: Dark Pastel Green. HEX triplet: 13, B0 and 20. RGB value is (19,176,32). Sum of RGB (Red+Green+Blue) = 19+176+32=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 176 (69.14% from 255 or 77.53% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 176 - color contains mainly: green. Hex color #13B020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B020 is #EC4FDF. Grayscale: #717171. Windows color (decimal): -15486944 or 2142227. OLE color: 2142227.

HSL color Cylindrical-coordinate representation of color #13B020: hue angle of 124.97º 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 #13B020 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 176 32 -
CMYK 0.89 0 0.82 0.31
HSL 124.97º 0.81% 0.38% -
HSV(B) 124.97º 0.89% 0.69% -
XYZ 16.05 31.29 6.56 -
YUV 112.64 82.49 61.21 -
System Red Green Blue C M Y K H S L
Decimal 19 176 32 0.89 0 0.82 0.31 124.97 0.81 0.38
Hex 13 B0 20 59 0 52 1F 7D 51 26
Octal 23 260 40 131 0 122 37 175 121 46
Binary 10011 10110000 100000 1011001 0 1010010 11111 1111101 1010001 100110

Color Harmonies of #13B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B020

Black with #13B020

Text Example


Text Example

White with #13B020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,176,32); }

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

background-color css

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

 a { background-color: rgb(19,176,32); }

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

border-color css

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

 span { border-color: rgb(19,176,32); }

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