Html Css Color HEX #19820C Forest Green

📋 copy color: '#19820C'

red 25 ◦ green 130 ◦ blue 12

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

Shades of Forest Green #19820C

Tints of Forest Green #19820C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 14.97%
G = 77.84%
B = 7.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#19820C (or 0x19820C) is known color: Forest Green. HEX triplet: 19, 82 and 0C. RGB value is (25,130,12). Sum of RGB (Red+Green+Blue) = 25+130+12=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 130 (51.17% from 255 or 77.84% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 130 - color contains mainly: green. Hex color #19820C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19820C is #E67DF3. Grayscale: #555555. Windows color (decimal): -15105524 or 819737. OLE color: 819737.

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

Color convert

RGB 25 130 12 -
CMYK 0.81 0 0.91 0.49
HSL 113.39º 0.83% 0.28% -
HSV(B) 113.39º 0.91% 0.51% -
XYZ 8.45 16.2 3.03 -
YUV 85.15 86.71 85.09 -
System Red Green Blue C M Y K H S L
Decimal 25 130 12 0.81 0 0.91 0.49 113.39 0.83 0.28
Hex 19 82 C 51 0 5B 31 71 53 1C
Octal 31 202 14 121 0 133 61 161 123 34
Binary 11001 10000010 1100 1010001 0 1011011 110001 1110001 1010011 11100

Color Harmonies of #19820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19820C

Black with #19820C

Text Example


Text Example

White with #19820C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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