#10741B

Color #10741B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #10741B

Tints of Forest Green #10741B

Color information

#10741B (or 0x10741B) is unknown color: approx Forest Green. HEX triplet: 10, 74 and 1B. RGB value is (16,116,27). Sum of RGB (Red+Green+Blue) = 16+116+27=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 116 (45.70% from 255 or 72.96% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 116 - color contains mainly: green. Hex color #10741B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10741B is #EF8BE4. Grayscale: #4C4C4C. Windows color (decimal): -15698917 or 1799184. OLE color: 1799184.

HSL color Cylindrical-coordinate representation of color #10741B: hue angle of 126.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10741B is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1611627-
CMYK0.8600.770.55
HSL126.6º75.76%25.88%-
HSV(B)126.6º86.21%45.49%-
XYZ6.6612.683.13-
YUV75.95100.3785.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 116 (45.70% from 255) = 72.96%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=10.06%
G=72.96%
B=16.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16116270.8600.770.55126.675.7625.88
Hex10741B5604D377f4c1a
Octal201643312601156717711432
Binary100001110100110111010110010011011101111111111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,116,27); }

 H1.HeaderClassName
 {
   color: #10741B;
 }
 .AnyTagClassName
 {
   color: #10741B;
 }
</style>
background-color css

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

 a { background-color: rgb(16,116,27); }

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

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

 span { border-color: rgb(16,116,27); }

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