Html Css Color HEX #19820B Forest Green

📋 copy color: '#19820B'

red 25 ◦ green 130 ◦ blue 11

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

Shades of Forest Green #19820B

Tints of Forest Green #19820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.63%

R = 15.06%
G = 78.31%
B = 6.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#19820B (or 0x19820B) is known color: Forest Green. HEX triplet: 19, 82 and 0B. RGB value is (25,130,11). Sum of RGB (Red+Green+Blue) = 25+130+11=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #19820B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19820B is #E67DF4. Grayscale: #555555. Windows color (decimal): -15105525 or 754201. OLE color: 754201.

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

Color convert

RGB 25 130 11 -
CMYK 0.81 0 0.92 0.49
HSL 112.94º 0.84% 0.28% -
HSV(B) 112.94º 0.92% 0.51% -
XYZ 8.44 16.2 3 -
YUV 85.04 86.21 85.18 -
System Red Green Blue C M Y K H S L
Decimal 25 130 11 0.81 0 0.92 0.49 112.94 0.84 0.28
Hex 19 82 B 51 0 5C 31 71 54 1C
Octal 31 202 13 121 0 134 61 161 124 34
Binary 11001 10000010 1011 1010001 0 1011100 110001 1110001 1010100 11100

Color Harmonies of #19820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19820B

Black with #19820B

Text Example


Text Example

White with #19820B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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