#103E2F

Color #103E2F Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #103E2F

Tints of Sherwood Green #103E2F

Color information

#103E2F (or 0x103E2F) is unknown color: approx Sherwood Green. HEX triplet: 10, 3E and 2F. RGB value is (16,62,47). Sum of RGB (Red+Green+Blue) = 16+62+47=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #103E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E2F is #EFC1D0. Grayscale: #2E2E2E. Windows color (decimal): -15712721 or 3096080. OLE color: 3096080.

HSL color Cylindrical-coordinate representation of color #103E2F: hue angle of 160.43º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E2F is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB166247-
CMYK0.7400.240.76
HSL160.43º58.97%15.29%-
HSV(B)160.43º74.19%24.31%-
XYZ2.453.763.29-
YUV46.54128.26106.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 62 (24.61% from 255) = 49.6%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=12.8%
G=49.6%
B=37.6%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662470.7400.240.76160.4358.9715.29
Hex103E2F4A0184Ca03bf
Octal2076571120301142407317
Binary1000011111010111110010100110001001100101000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103E2F; }

 p { color: rgb(16,62,47); }

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

<style>
 a { background-color: #103E2F; }

 a { background-color: rgb(16,62,47); }

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

<style>
 span { border-color: #103E2F; }

 span { border-color: rgb(16,62,47); }

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