Html Css Color HEX #10821C Forest Green

📋 copy color: '#10821C'

red 16 ◦ green 130 ◦ blue 28

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

Shades of Forest Green #10821C

Tints of Forest Green #10821C

RGB

 RED value IS 16 (6.64% from 255) = 9.2%

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

 BLUE value IS 28 (11.33% from 255) = 16.09%

R = 9.2%
G = 74.71%
B = 16.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#10821C (or 0x10821C) is known color: Forest Green. HEX triplet: 10, 82 and 1C. RGB value is (16,130,28). Sum of RGB (Red+Green+Blue) = 16+130+28=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #10821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10821C is #EF7DE3. Grayscale: #545454. Windows color (decimal): -15695332 or 1868304. OLE color: 1868304.

HSL color Cylindrical-coordinate representation of color #10821C: hue angle of 126.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10821C is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 130 28 -
CMYK 0.88 0 0.78 0.49
HSL 126.32º 0.78% 0.29% -
HSV(B) 126.32º 0.88% 0.51% -
XYZ 8.41 16.16 3.77 -
YUV 84.29 96.23 79.29 -
System Red Green Blue C M Y K H S L
Decimal 16 130 28 0.88 0 0.78 0.49 126.32 0.78 0.29
Hex 10 82 1C 58 0 4E 31 7E 4E 1D
Octal 20 202 34 130 0 116 61 176 116 35
Binary 10000 10000010 11100 1011000 0 1001110 110001 1111110 1001110 11101

Color Harmonies of #10821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10821C

Black with #10821C

Text Example


Text Example

White with #10821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,130,28); }

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

background-color css

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

 a { background-color: rgb(16,130,28); }

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

border-color css

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

 span { border-color: rgb(16,130,28); }

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