Html Css Color HEX #13A42E Forest Green

📋 copy color: '#13A42E'

red 19 ◦ green 164 ◦ blue 46

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

Shades of Forest Green #13A42E

Tints of Forest Green #13A42E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 71.62%

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

R = 8.3%
G = 71.62%
B = 20.09%

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

#13A42E (or 0x13A42E) is known color: Forest Green. HEX triplet: 13, A4 and 2E. RGB value is (19,164,46). Sum of RGB (Red+Green+Blue) = 19+164+46=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 164 (64.45% from 255 or 71.62% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 164 - color contains mainly: green. Hex color #13A42E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A42E is #EC5BD1. Grayscale: #6B6B6B. Windows color (decimal): -15490002 or 3056659. OLE color: 3056659.

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

Color convert

RGB 19 164 46 -
CMYK 0.88 0 0.72 0.36
HSL 131.17º 0.79% 0.36% -
HSV(B) 131.17º 0.88% 0.64% -
XYZ 14.04 26.89 7.03 -
YUV 107.19 93.46 65.09 -
System Red Green Blue C M Y K H S L
Decimal 19 164 46 0.88 0 0.72 0.36 131.17 0.79 0.36
Hex 13 A4 2E 58 0 48 24 83 4F 24
Octal 23 244 56 130 0 110 44 203 117 44
Binary 10011 10100100 101110 1011000 0 1001000 100100 10000011 1001111 100100

Color Harmonies of #13A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A42E

Black with #13A42E

Text Example


Text Example

White with #13A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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