#2F550F

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

Shades of Seaweed #2F550F

Tints of Seaweed #2F550F

Color information

#2F550F (or 0x2F550F) is unknown color: approx Seaweed. HEX triplet: 2F, 55 and 0F. RGB value is (47,85,15). Sum of RGB (Red+Green+Blue) = 47+85+15=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #2F550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F550F is #D0AAF0. Grayscale: #414141. Windows color (decimal): -13675249 or 1004847. OLE color: 1004847.

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

Color convert

RGB478515-
CMYK0.4500.820.67
HSL92.57º70%19.61%-
HSV(B)92.57º82.35%33.33%-
XYZ4.517.141.59-
YUV65.6699.41114.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=31.97%
G=57.82%
B=10.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785150.4500.820.6792.577019.61
Hex2F55F2D052435d4614
Octal571251755012210313510624
Binary101111101010111111011010101001010000111011101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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