#2F4517

Color #2F4517 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #2F4517

Tints of Seaweed #2F4517

Color information

#2F4517 (or 0x2F4517) is unknown color: approx Seaweed. HEX triplet: 2F, 45 and 17. RGB value is (47,69,23). Sum of RGB (Red+Green+Blue) = 47+69+23=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4517 is #D0BAE8. Grayscale: #393939. Windows color (decimal): -13679337 or 1525039. OLE color: 1525039.

HSL color Cylindrical-coordinate representation of color #2F4517: hue angle of 88.7º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F4517 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB476923-
CMYK0.3200.670.73
HSL88.7º50%18.04%-
HSV(B)88.7º66.67%27.06%-
XYZ3.464.921.58-
YUV57.18108.71120.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.81%
GREEN value IS 69 (27.34% from 255) = 49.64%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=33.81%
G=49.64%
B=16.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4769230.3200.670.7388.75018.04
Hex2F45172004349593212
Octal57105274001031111316222
Binary101111100010110111100000010000111001001101100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F4517; }

 p { color: rgb(47,69,23); }

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

<style>
 a { background-color: #2F4517; }

 a { background-color: rgb(47,69,23); }

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

<style>
 span { border-color: #2F4517; }

 span { border-color: rgb(47,69,23); }

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