#163D2F

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

Shades of Sherwood Green #163D2F

Tints of Sherwood Green #163D2F

Color information

#163D2F (or 0x163D2F) is unknown color: approx Sherwood Green. HEX triplet: 16, 3D and 2F. RGB value is (22,61,47). Sum of RGB (Red+Green+Blue) = 22+61+47=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #163D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D2F is #E9C2D0. Grayscale: #2F2F2F. Windows color (decimal): -15319761 or 3095830. OLE color: 3095830.

HSL color Cylindrical-coordinate representation of color #163D2F: hue angle of 158.46º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #163D2F is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB226147-
CMYK0.6400.230.76
HSL158.46º46.99%16.27%-
HSV(B)158.46º63.93%23.92%-
XYZ2.513.713.27-
YUV47.74127.58109.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 61 (24.22% from 255) = 46.92%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=16.92%
G=46.92%
B=36.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2261470.6400.230.76158.4646.9916.27
Hex163D2F400174C9e2f10
Octal2675571000271142365720
Binary10110111101101111100000001011110011001001111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163D2F; }

 p { color: rgb(22,61,47); }

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

<style>
 a { background-color: #163D2F; }

 a { background-color: rgb(22,61,47); }

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

<style>
 span { border-color: #163D2F; }

 span { border-color: rgb(22,61,47); }

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