Html Css Color HEX #2F411C Seaweed

📋 copy color: '#2F411C'

red 47 ◦ green 65 ◦ blue 28

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

Shades of Seaweed #2F411C

Tints of Seaweed #2F411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

 BLUE value IS 28 (11.33% from 255) = 20%

R = 33.57%
G = 46.43%
B = 20%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#2F411C (or 0x2F411C) is known color: Seaweed. HEX triplet: 2F, 41 and 1C. RGB value is (47,65,28). Sum of RGB (Red+Green+Blue) = 47+65+28=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #2F411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F411C is #D0BEE3. Grayscale: #373737. Windows color (decimal): -13680356 or 1851695. OLE color: 1851695.

HSL color Cylindrical-coordinate representation of color #2F411C: hue angle of 89.19º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F411C is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 65 28 -
CMYK 0.28 0 0.57 0.75
HSL 89.19º 0.4% 0.18% -
HSV(B) 89.19º 0.57% 0.25% -
XYZ 3.27 4.47 1.79 -
YUV 55.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 47 65 28 0.28 0 0.57 0.75 89.19 0.4 0.18
Hex 2F 41 1C 1C 0 39 4B 59 28 12
Octal 57 101 34 34 0 71 113 131 50 22
Binary 101111 1000001 11100 11100 0 111001 1001011 1011001 101000 10010

Color Harmonies of #2F411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F411C

Black with #2F411C

Text Example


Text Example

White with #2F411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,65,28); }

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

background-color css

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

 a { background-color: rgb(47,65,28); }

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

border-color css

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

 span { border-color: rgb(47,65,28); }

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