Html Css Color HEX #13B820 Dark Pastel Green

📋 copy color: '#13B820'

red 19 ◦ green 184 ◦ blue 32

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

Shades of Dark Pastel Green #13B820

Tints of Dark Pastel Green #13B820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 78.3%

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

R = 8.09%
G = 78.3%
B = 13.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#13B820 (or 0x13B820) is known color: Dark Pastel Green. HEX triplet: 13, B8 and 20. RGB value is (19,184,32). Sum of RGB (Red+Green+Blue) = 19+184+32=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 184 (72.27% from 255 or 78.30% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 184 - color contains mainly: green. Hex color #13B820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B820 is #EC47DF. Grayscale: #757575. Windows color (decimal): -15484896 or 2144275. OLE color: 2144275.

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

Color convert

RGB 19 184 32 -
CMYK 0.90 0 0.83 0.28
HSL 124.73º 0.81% 0.4% -
HSV(B) 124.73º 0.9% 0.72% -
XYZ 17.67 34.52 7.1 -
YUV 117.34 79.84 57.86 -
System Red Green Blue C M Y K H S L
Decimal 19 184 32 0.90 0 0.83 0.28 124.73 0.81 0.4
Hex 13 B8 20 5A 0 53 1C 7D 51 28
Octal 23 270 40 132 0 123 34 175 121 50
Binary 10011 10111000 100000 1011010 0 1010011 11100 1111101 1010001 101000

Color Harmonies of #13B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B820

Black with #13B820

Text Example


Text Example

White with #13B820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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