Html Css Color HEX #13A22A Forest Green

📋 copy color: '#13A22A'

red 19 ◦ green 162 ◦ blue 42

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

Shades of Forest Green #13A22A

Tints of Forest Green #13A22A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 72.65%

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 8.52%
G = 72.65%
B = 18.83%

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

#13A22A (or 0x13A22A) is known color: Forest Green. HEX triplet: 13, A2 and 2A. RGB value is (19,162,42). Sum of RGB (Red+Green+Blue) = 19+162+42=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 162 (63.67% from 255 or 72.65% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 162 - color contains mainly: green. Hex color #13A22A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A22A is #EC5DD5. Grayscale: #696969. Windows color (decimal): -15490518 or 2794003. OLE color: 2794003.

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

Color convert

RGB 19 162 42 -
CMYK 0.88 0 0.74 0.36
HSL 129.65º 0.79% 0.35% -
HSV(B) 129.65º 0.88% 0.64% -
XYZ 13.61 26.15 6.52 -
YUV 105.56 92.12 66.26 -
System Red Green Blue C M Y K H S L
Decimal 19 162 42 0.88 0 0.74 0.36 129.65 0.79 0.35
Hex 13 A2 2A 58 0 4A 24 82 4F 23
Octal 23 242 52 130 0 112 44 202 117 43
Binary 10011 10100010 101010 1011000 0 1001010 100100 10000010 1001111 100011

Color Harmonies of #13A22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A22A

Black with #13A22A

Text Example


Text Example

White with #13A22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,162,42); }

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

background-color css

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

 a { background-color: rgb(19,162,42); }

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

border-color css

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

 span { border-color: rgb(19,162,42); }

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