#2F4319

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

Shades of Seaweed #2F4319

Tints of Seaweed #2F4319

Color information

#2F4319 (or 0x2F4319) is unknown color: approx Seaweed. HEX triplet: 2F, 43 and 19. RGB value is (47,67,25). Sum of RGB (Red+Green+Blue) = 47+67+25=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4319 is #D0BCE6. Grayscale: #383838. Windows color (decimal): -13679847 or 1655599. OLE color: 1655599.

HSL color Cylindrical-coordinate representation of color #2F4319: hue angle of 88.57º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F4319 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB476725-
CMYK0.3000.630.74
HSL88.57º45.65%18.04%-
HSV(B)88.57º62.69%26.27%-
XYZ3.354.691.65-
YUV56.23110.37121.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.81%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=33.81%
G=48.20%
B=17.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4767250.3000.630.7488.5745.6518.04
Hex2F43191E03F4A592e12
Octal5710331360771121315622
Binary1011111000011110011111001111111001010101100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,67,25); }

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

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

 a { background-color: rgb(47,67,25); }

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

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

 span { border-color: rgb(47,67,25); }

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