Html Css Color HEX #2F461B Seaweed

📋 copy color: '#2F461B'

red 47 ◦ green 70 ◦ blue 27

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

Shades of Seaweed #2F461B

Tints of Seaweed #2F461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.61%

 BLUE value IS 27 (10.94% from 255) = 18.75%

R = 32.64%
G = 48.61%
B = 18.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#2F461B (or 0x2F461B) is known color: Seaweed. HEX triplet: 2F, 46 and 1B. RGB value is (47,70,27). Sum of RGB (Red+Green+Blue) = 47+70+27=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #2F461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F461B is #D0B9E4. Grayscale: #3A3A3A. Windows color (decimal): -13679077 or 1787439. OLE color: 1787439.

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

Color convert

RGB 47 70 27 -
CMYK 0.33 0 0.61 0.73
HSL 92.09º 0.44% 0.19% -
HSV(B) 92.09º 0.61% 0.27% -
XYZ 3.56 5.06 1.83 -
YUV 58.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 47 70 27 0.33 0 0.61 0.73 92.09 0.44 0.19
Hex 2F 46 1B 21 0 3D 49 5C 2C 13
Octal 57 106 33 41 0 75 111 134 54 23
Binary 101111 1000110 11011 100001 0 111101 1001001 1011100 101100 10011

Color Harmonies of #2F461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F461B

Black with #2F461B

Text Example


Text Example

White with #2F461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,70,27); }

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

background-color css

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

 a { background-color: rgb(47,70,27); }

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

border-color css

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

 span { border-color: rgb(47,70,27); }

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