#2F5311

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

Shades of Seaweed #2F5311

Tints of Seaweed #2F5311

Color information

#2F5311 (or 0x2F5311) is unknown color: approx Seaweed. HEX triplet: 2F, 53 and 11. RGB value is (47,83,17). Sum of RGB (Red+Green+Blue) = 47+83+17=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5311 is #D0ACEE. Grayscale: #404040. Windows color (decimal): -13675759 or 1135407. OLE color: 1135407.

HSL color Cylindrical-coordinate representation of color #2F5311: hue angle of 92.73º degrees, saturation: 0.66, 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 #2F5311 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB478317-
CMYK0.4300.800.67
HSL92.73º66%19.61%-
HSV(B)92.73º79.52%32.55%-
XYZ4.376.831.62-
YUV64.71101.07115.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 83 (32.81% from 255) = 56.46%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=31.97%
G=56.46%
B=11.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783170.4300.800.6792.736619.61
Hex2F53112B050435d4214
Octal571232153012010313510224
Binary1011111010011100011010110101000010000111011101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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