Html Css Color HEX #2F590D Seaweed

📋 copy color: '#2F590D'

red 47 ◦ green 89 ◦ blue 13

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

Shades of Seaweed #2F590D

Tints of Seaweed #2F590D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 59.73%

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 31.54%
G = 59.73%
B = 8.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#2F590D (or 0x2F590D) is known color: Seaweed. HEX triplet: 2F, 59 and 0D. RGB value is (47,89,13). Sum of RGB (Red+Green+Blue) = 47+89+13=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #2F590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F590D is #D0A6F2. Grayscale: #444444. Windows color (decimal): -13674227 or 874799. OLE color: 874799.

HSL color Cylindrical-coordinate representation of color #2F590D: hue angle of 93.16º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F590D is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 13 -
CMYK 0.47 0 0.85 0.65
HSL 93.16º 0.75% 0.2% -
HSV(B) 93.16º 0.85% 0.35% -
XYZ 4.82 7.78 1.63 -
YUV 67.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 47 89 13 0.47 0 0.85 0.65 93.16 0.75 0.2
Hex 2F 59 D 2F 0 55 41 5D 4B 14
Octal 57 131 15 57 0 125 101 135 113 24
Binary 101111 1011001 1101 101111 0 1010101 1000001 1011101 1001011 10100

Color Harmonies of #2F590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F590D

Black with #2F590D

Text Example


Text Example

White with #2F590D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,13); }

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

background-color css

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

 a { background-color: rgb(47,89,13); }

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

border-color css

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

 span { border-color: rgb(47,89,13); }

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