Html Css Color HEX #2F491A Seaweed

📋 copy color: '#2F491A'

red 47 ◦ green 73 ◦ blue 26

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

Shades of Seaweed #2F491A

Tints of Seaweed #2F491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50%

 BLUE value IS 26 (10.55% from 255) = 17.81%

R = 32.19%
G = 50%
B = 17.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#2F491A (or 0x2F491A) is known color: Seaweed. HEX triplet: 2F, 49 and 1A. RGB value is (47,73,26). Sum of RGB (Red+Green+Blue) = 47+73+26=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #2F491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F491A is #D0B6E5. Grayscale: #3C3C3C. Windows color (decimal): -13678310 or 1722671. OLE color: 1722671.

HSL color Cylindrical-coordinate representation of color #2F491A: hue angle of 93.19º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F491A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 26 -
CMYK 0.36 0 0.64 0.71
HSL 93.19º 0.47% 0.19% -
HSV(B) 93.19º 0.64% 0.29% -
XYZ 3.74 5.44 1.83 -
YUV 59.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 47 73 26 0.36 0 0.64 0.71 93.19 0.47 0.19
Hex 2F 49 1A 24 0 40 47 5D 2F 13
Octal 57 111 32 44 0 100 107 135 57 23
Binary 101111 1001001 11010 100100 0 1000000 1000111 1011101 101111 10011

Color Harmonies of #2F491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F491A

Black with #2F491A

Text Example


Text Example

White with #2F491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,73,26); }

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

background-color css

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

 a { background-color: rgb(47,73,26); }

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

border-color css

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

 span { border-color: rgb(47,73,26); }

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