#2F5510

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

Shades of Seaweed #2F5510

Tints of Seaweed #2F5510

Color information

#2F5510 (or 0x2F5510) is unknown color: approx Seaweed. HEX triplet: 2F, 55 and 10. RGB value is (47,85,16). Sum of RGB (Red+Green+Blue) = 47+85+16=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5510 is #D0AAEF. Grayscale: #424242. Windows color (decimal): -13675248 or 1070383. OLE color: 1070383.

HSL color Cylindrical-coordinate representation of color #2F5510: hue angle of 93.04º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F5510 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB478516-
CMYK0.4500.810.67
HSL93.04º68.32%19.8%-
HSV(B)93.04º81.18%33.33%-
XYZ4.517.141.63-
YUV65.7799.91114.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.76%
GREEN value IS 85 (33.59% from 255) = 57.43%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=31.76%
G=57.43%
B=10.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785160.4500.810.6793.0468.3219.8
Hex2F55102D051435d4414
Octal571252055012110313510424
Binary1011111010101100001011010101000110000111011101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,85,16); }

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

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

 a { background-color: rgb(47,85,16); }

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

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

 span { border-color: rgb(47,85,16); }

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