#2F5513

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

Shades of Seaweed #2F5513

Tints of Seaweed #2F5513

Color information

#2F5513 (or 0x2F5513) is unknown color: approx Seaweed. HEX triplet: 2F, 55 and 13. RGB value is (47,85,19). Sum of RGB (Red+Green+Blue) = 47+85+19=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5513 is #D0AAEC. Grayscale: #424242. Windows color (decimal): -13675245 or 1266991. OLE color: 1266991.

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

Color convert

RGB478519-
CMYK0.4500.780.67
HSL94.55º63.46%20.39%-
HSV(B)94.55º77.65%33.33%-
XYZ4.547.151.76-
YUV66.11101.41114.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.13%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=31.13%
G=56.29%
B=12.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785190.4500.780.6794.5563.4620.39
Hex2F55132D04E435f3f14
Octal57125235501161031377724
Binary101111101010110011101101010011101000011101111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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