Html Css Color HEX #2F491D Seaweed

📋 copy color: '#2F491D'

red 47 ◦ green 73 ◦ blue 29

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

Shades of Seaweed #2F491D

Tints of Seaweed #2F491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.99%

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

R = 31.54%
G = 48.99%
B = 19.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#2F491D (or 0x2F491D) is known color: Seaweed. HEX triplet: 2F, 49 and 1D. RGB value is (47,73,29). Sum of RGB (Red+Green+Blue) = 47+73+29=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #2F491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F491D is #D0B6E2. Grayscale: #3C3C3C. Windows color (decimal): -13678307 or 1919279. OLE color: 1919279.

HSL color Cylindrical-coordinate representation of color #2F491D: hue angle of 95.45º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F491D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 29 -
CMYK 0.36 0 0.60 0.71
HSL 95.45º 0.43% 0.2% -
HSV(B) 95.45º 0.6% 0.29% -
XYZ 3.78 5.46 2.02 -
YUV 60.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 47 73 29 0.36 0 0.60 0.71 95.45 0.43 0.2
Hex 2F 49 1D 24 0 3C 47 5F 2B 14
Octal 57 111 35 44 0 74 107 137 53 24
Binary 101111 1001001 11101 100100 0 111100 1000111 1011111 101011 10100

Color Harmonies of #2F491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F491D

Black with #2F491D

Text Example


Text Example

White with #2F491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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