#2F4815

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

Shades of Seaweed #2F4815

Tints of Seaweed #2F4815

Color information

#2F4815 (or 0x2F4815) is unknown color: approx Seaweed. HEX triplet: 2F, 48 and 15. RGB value is (47,72,21). Sum of RGB (Red+Green+Blue) = 47+72+21=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4815 is #D0B7EA. Grayscale: #3A3A3A. Windows color (decimal): -13678571 or 1394735. OLE color: 1394735.

HSL color Cylindrical-coordinate representation of color #2F4815: hue angle of 89.41º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F4815 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB477221-
CMYK0.3500.710.72
HSL89.41º54.84%18.24%-
HSV(B)89.41º70.83%28.24%-
XYZ3.635.291.54-
YUV58.71106.72119.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.57%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 21 (8.59% from 255) = 15%
R=33.57%
G=51.43%
B=15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4772210.3500.710.7289.4154.8418.24
Hex2F48152304748593712
Octal57110254301071101316722
Binary101111100100010101100011010001111001000101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,72,21); }

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

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

 a { background-color: rgb(47,72,21); }

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

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

 span { border-color: rgb(47,72,21); }

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