Html Css Color HEX #10851F Forest Green

📋 copy color: '#10851F'

red 16 ◦ green 133 ◦ blue 31

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

Shades of Forest Green #10851F

Tints of Forest Green #10851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 73.89%

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 8.89%
G = 73.89%
B = 17.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#10851F (or 0x10851F) is known color: Forest Green. HEX triplet: 10, 85 and 1F. RGB value is (16,133,31). Sum of RGB (Red+Green+Blue) = 16+133+31=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #10851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10851F is #EF7AE0. Grayscale: #565656. Windows color (decimal): -15694561 or 2065680. OLE color: 2065680.

HSL color Cylindrical-coordinate representation of color #10851F: hue angle of 127.69º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10851F is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 133 31 -
CMYK 0.88 0 0.77 0.48
HSL 127.69º 0.79% 0.29% -
HSV(B) 127.69º 0.88% 0.52% -
XYZ 8.85 16.98 4.11 -
YUV 86.39 96.74 77.79 -
System Red Green Blue C M Y K H S L
Decimal 16 133 31 0.88 0 0.77 0.48 127.69 0.79 0.29
Hex 10 85 1F 58 0 4D 30 80 4F 1D
Octal 20 205 37 130 0 115 60 200 117 35
Binary 10000 10000101 11111 1011000 0 1001101 110000 10000000 1001111 11101

Color Harmonies of #10851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10851F

Black with #10851F

Text Example


Text Example

White with #10851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10851F; }

 p { color: rgb(16,133,31); }

 H1.HeaderClassName
 {
   color: #10851F;
 }
 .AnyTagClassName
 {
   color: #10851F;
 }
</style>

background-color css

<style>
 a { background-color: #10851F; }

 a { background-color: rgb(16,133,31); }

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

border-color css

<style>
 span { border-color: #10851F; }

 span { border-color: rgb(16,133,31); }

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