Html Css Color HEX #19820D Forest Green

📋 copy color: '#19820D'

red 25 ◦ green 130 ◦ blue 13

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

Shades of Forest Green #19820D

Tints of Forest Green #19820D

RGB

 RED value IS 25 (10.16% from 255) = 14.88%

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

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 14.88%
G = 77.38%
B = 7.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#19820D (or 0x19820D) is known color: Forest Green. HEX triplet: 19, 82 and 0D. RGB value is (25,130,13). Sum of RGB (Red+Green+Blue) = 25+130+13=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #19820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19820D is #E67DF2. Grayscale: #555555. Windows color (decimal): -15105523 or 885273. OLE color: 885273.

HSL color Cylindrical-coordinate representation of color #19820D: hue angle of 113.85º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19820D is Cyan = 0.81, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 130 13 -
CMYK 0.81 0 0.9 0.49
HSL 113.85º 0.82% 0.28% -
HSV(B) 113.85º 0.9% 0.51% -
XYZ 8.46 16.2 3.06 -
YUV 85.27 87.21 85.01 -
System Red Green Blue C M Y K H S L
Decimal 25 130 13 0.81 0 0.9 0.49 113.85 0.82 0.28
Hex 19 82 D 51 0 5A 31 72 52 1C
Octal 31 202 15 121 0 132 61 162 122 34
Binary 11001 10000010 1101 1010001 0 1011010 110001 1110010 1010010 11100

Color Harmonies of #19820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19820D

Black with #19820D

Text Example


Text Example

White with #19820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19820D; }

 p { color: rgb(25,130,13); }

 H1.HeaderClassName
 {
   color: #19820D;
 }
 .AnyTagClassName
 {
   color: #19820D;
 }
</style>

background-color css

<style>
 a { background-color: #19820D; }

 a { background-color: rgb(25,130,13); }

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

border-color css

<style>
 span { border-color: #19820D; }

 span { border-color: rgb(25,130,13); }

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