#2F421D

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

Shades of Seaweed #2F421D

Tints of Seaweed #2F421D

Color information

#2F421D (or 0x2F421D) is unknown color: approx Seaweed. HEX triplet: 2F, 42 and 1D. RGB value is (47,66,29). Sum of RGB (Red+Green+Blue) = 47+66+29=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #2F421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F421D is #D0BDE2. Grayscale: #383838. Windows color (decimal): -13680099 or 1917487. OLE color: 1917487.

HSL color Cylindrical-coordinate representation of color #2F421D: hue angle of 90.81º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F421D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB476629-
CMYK0.2900.560.74
HSL90.81º38.95%18.63%-
HSV(B)90.81º56.06%25.88%-
XYZ3.344.591.87-
YUV56.1112.71121.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.10%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=33.10%
G=46.48%
B=20.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4766290.2900.560.7490.8138.9518.63
Hex2F421D1D0384A5b2713
Octal5710235350701121334723
Binary1011111000010111011110101110001001010101101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,66,29); }

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

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

 a { background-color: rgb(47,66,29); }

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

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

 span { border-color: rgb(47,66,29); }

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