#2F5114

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

Shades of Seaweed #2F5114

Tints of Seaweed #2F5114

Color information

#2F5114 (or 0x2F5114) is unknown color: approx Seaweed. HEX triplet: 2F, 51 and 14. RGB value is (47,81,20). Sum of RGB (Red+Green+Blue) = 47+81+20=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5114 is #D0AEEB. Grayscale: #404040. Windows color (decimal): -13676268 or 1331503. OLE color: 1331503.

HSL color Cylindrical-coordinate representation of color #2F5114: hue angle of 93.44º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F5114 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB478120-
CMYK0.4200.750.68
HSL93.44º60.4%19.8%-
HSV(B)93.44º75.31%31.76%-
XYZ4.246.541.7-
YUV63.88103.24115.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.76%
GREEN value IS 81 (32.03% from 255) = 54.73%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=31.76%
G=54.73%
B=13.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4781200.4200.750.6893.4460.419.8
Hex2F51142A04B445d3c14
Octal57121245201131041357424
Binary101111101000110100101010010010111000100101110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,81,20); }

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

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

 a { background-color: rgb(47,81,20); }

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

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

 span { border-color: rgb(47,81,20); }

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