Html Css Color HEX #2F441D Seaweed

📋 copy color: '#2F441D'

red 47 ◦ green 68 ◦ blue 29

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

Shades of Seaweed #2F441D

Tints of Seaweed #2F441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.22%

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

R = 32.64%
G = 47.22%
B = 20.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#2F441D (or 0x2F441D) is known color: Seaweed. HEX triplet: 2F, 44 and 1D. RGB value is (47,68,29). Sum of RGB (Red+Green+Blue) = 47+68+29=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #2F441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F441D is #D0BBE2. Grayscale: #393939. Windows color (decimal): -13679587 or 1917999. OLE color: 1917999.

HSL color Cylindrical-coordinate representation of color #2F441D: hue angle of 92.31º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F441D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 68 29 -
CMYK 0.31 0 0.57 0.73
HSL 92.31º 0.4% 0.19% -
HSV(B) 92.31º 0.57% 0.27% -
XYZ 3.46 4.83 1.91 -
YUV 57.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 47 68 29 0.31 0 0.57 0.73 92.31 0.4 0.19
Hex 2F 44 1D 1F 0 39 49 5C 28 13
Octal 57 104 35 37 0 71 111 134 50 23
Binary 101111 1000100 11101 11111 0 111001 1001001 1011100 101000 10011

Color Harmonies of #2F441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F441D

Black with #2F441D

Text Example


Text Example

White with #2F441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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