#2F5511

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

Shades of Seaweed #2F5511

Tints of Seaweed #2F5511

Color information

#2F5511 (or 0x2F5511) is unknown color: approx Seaweed. HEX triplet: 2F, 55 and 11. RGB value is (47,85,17). Sum of RGB (Red+Green+Blue) = 47+85+17=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5511 is #D0AAEE. Grayscale: #424242. Windows color (decimal): -13675247 or 1135919. OLE color: 1135919.

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

Color convert

RGB478517-
CMYK0.4500.800.67
HSL93.53º66.67%20%-
HSV(B)93.53º80%33.33%-
XYZ4.527.141.67-
YUV65.89100.41114.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.54%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=31.54%
G=57.05%
B=11.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785170.4500.800.6793.5366.6720
Hex2F55112D050435e4314
Octal571252155012010313610324
Binary1011111010101100011011010101000010000111011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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