Html Css Color HEX #2F471B Seaweed

📋 copy color: '#2F471B'

red 47 ◦ green 71 ◦ blue 27

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

Shades of Seaweed #2F471B

Tints of Seaweed #2F471B

RGB

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

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

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

R = 32.41%
G = 48.97%
B = 18.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#2F471B (or 0x2F471B) is known color: Seaweed. HEX triplet: 2F, 47 and 1B. RGB value is (47,71,27). Sum of RGB (Red+Green+Blue) = 47+71+27=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #2F471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F471B is #D0B8E4. Grayscale: #3A3A3A. Windows color (decimal): -13678821 or 1787695. OLE color: 1787695.

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

Color convert

RGB 47 71 27 -
CMYK 0.34 0 0.62 0.72
HSL 92.73º 0.45% 0.19% -
HSV(B) 92.73º 0.62% 0.28% -
XYZ 3.62 5.19 1.85 -
YUV 58.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 47 71 27 0.34 0 0.62 0.72 92.73 0.45 0.19
Hex 2F 47 1B 22 0 3E 48 5D 2D 13
Octal 57 107 33 42 0 76 110 135 55 23
Binary 101111 1000111 11011 100010 0 111110 1001000 1011101 101101 10011

Color Harmonies of #2F471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F471B

Black with #2F471B

Text Example


Text Example

White with #2F471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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