Html Css Color HEX #2F4119 Seaweed

📋 copy color: '#2F4119'

red 47 ◦ green 65 ◦ blue 25

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

Shades of Seaweed #2F4119

Tints of Seaweed #2F4119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.25%

R = 34.31%
G = 47.45%
B = 18.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#2F4119 (or 0x2F4119) is known color: Seaweed. HEX triplet: 2F, 41 and 19. RGB value is (47,65,25). Sum of RGB (Red+Green+Blue) = 47+65+25=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4119 is #D0BEE6. Grayscale: #373737. Windows color (decimal): -13680359 or 1655087. OLE color: 1655087.

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

Color convert

RGB 47 65 25 -
CMYK 0.28 0 0.62 0.75
HSL 87º 0.44% 0.18% -
HSV(B) 87º 0.62% 0.25% -
XYZ 3.24 4.46 1.61 -
YUV 55.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 47 65 25 0.28 0 0.62 0.75 87 0.44 0.18
Hex 2F 41 19 1C 0 3E 4B 57 2C 12
Octal 57 101 31 34 0 76 113 127 54 22
Binary 101111 1000001 11001 11100 0 111110 1001011 1010111 101100 10010

Color Harmonies of #2F4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4119

Black with #2F4119

Text Example


Text Example

White with #2F4119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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