#2F5010

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

Shades of Seaweed #2F5010

Tints of Seaweed #2F5010

Color information

#2F5010 (or 0x2F5010) is unknown color: approx Seaweed. HEX triplet: 2F, 50 and 10. RGB value is (47,80,16). Sum of RGB (Red+Green+Blue) = 47+80+16=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5010 is #D0AFEF. Grayscale: #3F3F3F. Windows color (decimal): -13676528 or 1069103. OLE color: 1069103.

HSL color Cylindrical-coordinate representation of color #2F5010: hue angle of 90.94º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F5010 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB478016-
CMYK0.4100.800.69
HSL90.94º66.67%18.82%-
HSV(B)90.94º80%31.37%-
XYZ4.136.381.5-
YUV62.84101.57116.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.87%
GREEN value IS 80 (31.64% from 255) = 55.94%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=32.87%
G=55.94%
B=11.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4780160.4100.800.6990.9466.6718.82
Hex2F501029050455b4313
Octal571202051012010513310323
Binary1011111010000100001010010101000010001011011011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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