Html Css Color HEX #2F471D Seaweed

📋 copy color: '#2F471D'

red 47 ◦ green 71 ◦ blue 29

#2F471D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #2F471D

Tints of Seaweed #2F471D

RGB

 RED value IS 47 (18.75% from 255) = 31.97%

 GREEN value IS 71 (28.13% from 255) = 48.3%

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 31.97%
G = 48.3%
B = 19.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#2F471D (or 0x2F471D) is known color: Seaweed. HEX triplet: 2F, 47 and 1D. RGB value is (47,71,29). Sum of RGB (Red+Green+Blue) = 47+71+29=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #2F471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F471D is #D0B8E2. Grayscale: #3B3B3B. Windows color (decimal): -13678819 or 1918767. OLE color: 1918767.

HSL color Cylindrical-coordinate representation of color #2F471D: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F471D is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 71 29 -
CMYK 0.34 0 0.59 0.72
HSL 94.29º 0.42% 0.2% -
HSV(B) 94.29º 0.59% 0.28% -
XYZ 3.65 5.2 1.97 -
YUV 59.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 47 71 29 0.34 0 0.59 0.72 94.29 0.42 0.2
Hex 2F 47 1D 22 0 3B 48 5E 2A 14
Octal 57 107 35 42 0 73 110 136 52 24
Binary 101111 1000111 11101 100010 0 111011 1001000 1011110 101010 10100

Color Harmonies of #2F471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F471D

Black with #2F471D

Text Example


Text Example

White with #2F471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F471D;
 }
 .AnyTagClassName
 {
   color: #2F471D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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