Html Css Color HEX #10821A Forest Green

📋 copy color: '#10821A'

red 16 ◦ green 130 ◦ blue 26

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

Shades of Forest Green #10821A

Tints of Forest Green #10821A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 9.3%
G = 75.58%
B = 15.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#10821A (or 0x10821A) is known color: Forest Green. HEX triplet: 10, 82 and 1A. RGB value is (16,130,26). Sum of RGB (Red+Green+Blue) = 16+130+26=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #10821A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10821A is #EF7DE5. Grayscale: #545454. Windows color (decimal): -15695334 or 1737232. OLE color: 1737232.

HSL color Cylindrical-coordinate representation of color #10821A: hue angle of 125.26º 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 #10821A is Cyan = 0.88, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 130 26 -
CMYK 0.88 0 0.8 0.49
HSL 125.26º 0.78% 0.29% -
HSV(B) 125.26º 0.88% 0.51% -
XYZ 8.38 16.15 3.65 -
YUV 84.06 95.23 79.46 -
System Red Green Blue C M Y K H S L
Decimal 16 130 26 0.88 0 0.8 0.49 125.26 0.78 0.29
Hex 10 82 1A 58 0 50 31 7D 4E 1D
Octal 20 202 32 130 0 120 61 175 116 35
Binary 10000 10000010 11010 1011000 0 1010000 110001 1111101 1001110 11101

Color Harmonies of #10821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10821A

Black with #10821A

Text Example


Text Example

White with #10821A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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