#2F5310

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

Shades of Seaweed #2F5310

Tints of Seaweed #2F5310

Color information

#2F5310 (or 0x2F5310) is unknown color: approx Seaweed. HEX triplet: 2F, 53 and 10. RGB value is (47,83,16). Sum of RGB (Red+Green+Blue) = 47+83+16=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5310 is #D0ACEF. Grayscale: #404040. Windows color (decimal): -13675760 or 1069871. OLE color: 1069871.

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

Color convert

RGB478316-
CMYK0.4300.810.67
HSL92.24º67.68%19.41%-
HSV(B)92.24º80.72%32.55%-
XYZ4.366.831.58-
YUV64.6100.57115.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.19%
GREEN value IS 83 (32.81% from 255) = 56.85%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=32.19%
G=56.85%
B=10.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783160.4300.810.6792.2467.6819.41
Hex2F53102B051435c4413
Octal571232053012110313410423
Binary1011111010011100001010110101000110000111011100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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