Html Css Color HEX #13822E Forest Green

📋 copy color: '#13822E'

red 19 ◦ green 130 ◦ blue 46

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

Shades of Forest Green #13822E

Tints of Forest Green #13822E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 66.67%

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

R = 9.74%
G = 66.67%
B = 23.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#13822E (or 0x13822E) is known color: Forest Green. HEX triplet: 13, 82 and 2E. RGB value is (19,130,46). Sum of RGB (Red+Green+Blue) = 19+130+46=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #13822E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13822E is #EC7DD1. Grayscale: #575757. Windows color (decimal): -15498706 or 3047955. OLE color: 3047955.

HSL color Cylindrical-coordinate representation of color #13822E: hue angle of 134.59º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13822E is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 130 46 -
CMYK 0.85 0 0.65 0.49
HSL 134.59º 0.74% 0.29% -
HSV(B) 134.59º 0.85% 0.51% -
XYZ 8.74 16.3 5.27 -
YUV 87.24 104.73 79.33 -
System Red Green Blue C M Y K H S L
Decimal 19 130 46 0.85 0 0.65 0.49 134.59 0.74 0.29
Hex 13 82 2E 55 0 41 31 87 4A 1D
Octal 23 202 56 125 0 101 61 207 112 35
Binary 10011 10000010 101110 1010101 0 1000001 110001 10000111 1001010 11101

Color Harmonies of #13822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13822E

Black with #13822E

Text Example


Text Example

White with #13822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13822E; }

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

 H1.HeaderClassName
 {
   color: #13822E;
 }
 .AnyTagClassName
 {
   color: #13822E;
 }
</style>

background-color css

<style>
 a { background-color: #13822E; }

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

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

border-color css

<style>
 span { border-color: #13822E; }

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

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