Html Css Color HEX #13A82B Dark Pastel Green

📋 copy color: '#13A82B'

red 19 ◦ green 168 ◦ blue 43

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

Shades of Dark Pastel Green #13A82B

Tints of Dark Pastel Green #13A82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 73.04%

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 8.26%
G = 73.04%
B = 18.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#13A82B (or 0x13A82B) is known color: Dark Pastel Green. HEX triplet: 13, A8 and 2B. RGB value is (19,168,43). Sum of RGB (Red+Green+Blue) = 19+168+43=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 168 (66.02% from 255 or 73.04% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 168 - color contains mainly: green. Hex color #13A82B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A82B is #EC57D4. Grayscale: #6D6D6D. Windows color (decimal): -15488981 or 2861075. OLE color: 2861075.

HSL color Cylindrical-coordinate representation of color #13A82B: hue angle of 129.66º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A82B is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 168 43 -
CMYK 0.89 0 0.74 0.34
HSL 129.66º 0.8% 0.37% -
HSV(B) 129.66º 0.89% 0.66% -
XYZ 14.71 28.32 6.98 -
YUV 109.2 90.64 63.66 -
System Red Green Blue C M Y K H S L
Decimal 19 168 43 0.89 0 0.74 0.34 129.66 0.8 0.37
Hex 13 A8 2B 59 0 4A 22 82 50 25
Octal 23 250 53 131 0 112 42 202 120 45
Binary 10011 10101000 101011 1011001 0 1001010 100010 10000010 1010000 100101

Color Harmonies of #13A82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A82B

Black with #13A82B

Text Example


Text Example

White with #13A82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,168,43); }

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

background-color css

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

 a { background-color: rgb(19,168,43); }

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

border-color css

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

 span { border-color: rgb(19,168,43); }

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