#2F4818

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

Shades of Seaweed #2F4818

Tints of Seaweed #2F4818

Color information

#2F4818 (or 0x2F4818) is unknown color: approx Seaweed. HEX triplet: 2F, 48 and 18. RGB value is (47,72,24). Sum of RGB (Red+Green+Blue) = 47+72+24=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4818 is #D0B7E7. Grayscale: #3B3B3B. Windows color (decimal): -13678568 or 1591343. OLE color: 1591343.

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

Color convert

RGB477224-
CMYK0.3500.670.72
HSL91.25º50%18.82%-
HSV(B)91.25º66.67%28.24%-
XYZ3.655.311.7-
YUV59.05108.22119.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.87%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=32.87%
G=50.35%
B=16.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4772240.3500.670.7291.255018.82
Hex2F481823043485b3213
Octal57110304301031101336223
Binary101111100100011000100011010000111001000101101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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