Html Css Color HEX #13A32B Forest Green

📋 copy color: '#13A32B'

red 19 ◦ green 163 ◦ blue 43

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

Shades of Forest Green #13A32B

Tints of Forest Green #13A32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 72.44%

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

R = 8.44%
G = 72.44%
B = 19.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#13A32B (or 0x13A32B) is known color: Forest Green. HEX triplet: 13, A3 and 2B. RGB value is (19,163,43). Sum of RGB (Red+Green+Blue) = 19+163+43=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #13A32B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A32B is #EC5CD4. Grayscale: #6A6A6A. Windows color (decimal): -15490261 or 2859795. OLE color: 2859795.

HSL color Cylindrical-coordinate representation of color #13A32B: hue angle of 130º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A32B is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 43 -
CMYK 0.88 0 0.74 0.36
HSL 130º 0.79% 0.36% -
HSV(B) 130º 0.88% 0.64% -
XYZ 13.8 26.51 6.67 -
YUV 106.26 92.29 65.76 -
System Red Green Blue C M Y K H S L
Decimal 19 163 43 0.88 0 0.74 0.36 130 0.79 0.36
Hex 13 A3 2B 58 0 4A 24 82 4F 24
Octal 23 243 53 130 0 112 44 202 117 44
Binary 10011 10100011 101011 1011000 0 1001010 100100 10000010 1001111 100100

Color Harmonies of #13A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A32B

Black with #13A32B

Text Example


Text Example

White with #13A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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