Html Css Color HEX #13A32E Forest Green

📋 copy color: '#13A32E'

red 19 ◦ green 163 ◦ blue 46

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

Shades of Forest Green #13A32E

Tints of Forest Green #13A32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.18%

R = 8.33%
G = 71.49%
B = 20.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#13A32E (or 0x13A32E) is known color: Forest Green. HEX triplet: 13, A3 and 2E. RGB value is (19,163,46). Sum of RGB (Red+Green+Blue) = 19+163+46=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 163 (64.06% from 255 or 71.49% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 163 - color contains mainly: green. Hex color #13A32E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A32E is #EC5CD1. Grayscale: #6A6A6A. Windows color (decimal): -15490258 or 3056403. OLE color: 3056403.

HSL color Cylindrical-coordinate representation of color #13A32E: hue angle of 131.25º 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 #13A32E is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 46 -
CMYK 0.88 0 0.72 0.36
HSL 131.25º 0.79% 0.36% -
HSV(B) 131.25º 0.88% 0.64% -
XYZ 13.86 26.53 6.98 -
YUV 106.61 93.79 65.51 -
System Red Green Blue C M Y K H S L
Decimal 19 163 46 0.88 0 0.72 0.36 131.25 0.79 0.36
Hex 13 A3 2E 58 0 48 24 83 4F 24
Octal 23 243 56 130 0 110 44 203 117 44
Binary 10011 10100011 101110 1011000 0 1001000 100100 10000011 1001111 100100

Color Harmonies of #13A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A32E

Black with #13A32E

Text Example


Text Example

White with #13A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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