Html Css Color HEX #13822C Forest Green

📋 copy color: '#13822C'

red 19 ◦ green 130 ◦ blue 44

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

Shades of Forest Green #13822C

Tints of Forest Green #13822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 9.84%
G = 67.36%
B = 22.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#13822C (or 0x13822C) is known color: Forest Green. HEX triplet: 13, 82 and 2C. RGB value is (19,130,44). Sum of RGB (Red+Green+Blue) = 19+130+44=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #13822C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13822C is #EC7DD3. Grayscale: #575757. Windows color (decimal): -15498708 or 2916883. OLE color: 2916883.

HSL color Cylindrical-coordinate representation of color #13822C: hue angle of 133.51º 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 #13822C is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 130 44 -
CMYK 0.85 0 0.66 0.49
HSL 133.51º 0.74% 0.29% -
HSV(B) 133.51º 0.85% 0.51% -
XYZ 8.71 16.29 5.07 -
YUV 87.01 103.73 79.49 -
System Red Green Blue C M Y K H S L
Decimal 19 130 44 0.85 0 0.66 0.49 133.51 0.74 0.29
Hex 13 82 2C 55 0 42 31 86 4A 1D
Octal 23 202 54 125 0 102 61 206 112 35
Binary 10011 10000010 101100 1010101 0 1000010 110001 10000110 1001010 11101

Color Harmonies of #13822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13822C

Black with #13822C

Text Example


Text Example

White with #13822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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