#2F4C19

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

Shades of Seaweed #2F4C19

Tints of Seaweed #2F4C19

Color information

#2F4C19 (or 0x2F4C19) is unknown color: approx Seaweed. HEX triplet: 2F, 4C and 19. RGB value is (47,76,25). Sum of RGB (Red+Green+Blue) = 47+76+25=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #2F4C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4C19 is #D0B3E6. Grayscale: #3D3D3D. Windows color (decimal): -13677543 or 1657903. OLE color: 1657903.

HSL color Cylindrical-coordinate representation of color #2F4C19: hue angle of 94.12º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F4C19 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB477625-
CMYK0.3800.670.70
HSL94.12º50.5%19.8%-
HSV(B)94.12º67.11%29.8%-
XYZ3.935.841.84-
YUV61.51107.39117.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.76%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=31.76%
G=51.35%
B=16.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4776250.3800.670.7094.1250.519.8
Hex2F4C1926043465e3214
Octal57114314601031061366224
Binary101111100110011001100110010000111000110101111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,76,25); }

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

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

 a { background-color: rgb(47,76,25); }

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

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

 span { border-color: rgb(47,76,25); }

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