Html Css Color HEX #13B72C Dark Pastel Green

📋 copy color: '#13B72C'

red 19 ◦ green 183 ◦ blue 44

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

Shades of Dark Pastel Green #13B72C

Tints of Dark Pastel Green #13B72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 74.39%

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 7.72%
G = 74.39%
B = 17.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#13B72C (or 0x13B72C) is known color: Dark Pastel Green. HEX triplet: 13, B7 and 2C. RGB value is (19,183,44). Sum of RGB (Red+Green+Blue) = 19+183+44=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 183 (71.88% from 255 or 74.39% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 183 - color contains mainly: green. Hex color #13B72C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B72C is #EC48D3. Grayscale: #767676. Windows color (decimal): -15485140 or 2930451. OLE color: 2930451.

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

Color convert

RGB 19 183 44 -
CMYK 0.90 0 0.76 0.28
HSL 129.15º 0.81% 0.4% -
HSV(B) 129.15º 0.9% 0.72% -
XYZ 17.66 34.19 8.05 -
YUV 118.12 86.17 57.3 -
System Red Green Blue C M Y K H S L
Decimal 19 183 44 0.90 0 0.76 0.28 129.15 0.81 0.4
Hex 13 B7 2C 5A 0 4C 1C 81 51 28
Octal 23 267 54 132 0 114 34 201 121 50
Binary 10011 10110111 101100 1011010 0 1001100 11100 10000001 1010001 101000

Color Harmonies of #13B72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B72C

Black with #13B72C

Text Example


Text Example

White with #13B72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,183,44); }

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

background-color css

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

 a { background-color: rgb(19,183,44); }

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

border-color css

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

 span { border-color: rgb(19,183,44); }

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