Html Css Color HEX #2F590E Seaweed

📋 copy color: '#2F590E'

red 47 ◦ green 89 ◦ blue 14

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

Shades of Seaweed #2F590E

Tints of Seaweed #2F590E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.33%

R = 31.33%
G = 59.33%
B = 9.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#2F590E (or 0x2F590E) is known color: Seaweed. HEX triplet: 2F, 59 and 0E. RGB value is (47,89,14). Sum of RGB (Red+Green+Blue) = 47+89+14=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #2F590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F590E is #D0A6F1. Grayscale: #444444. Windows color (decimal): -13674226 or 940335. OLE color: 940335.

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

Color convert

RGB 47 89 14 -
CMYK 0.47 0 0.84 0.65
HSL 93.6º 0.73% 0.2% -
HSV(B) 93.6º 0.84% 0.35% -
XYZ 4.82 7.78 1.66 -
YUV 67.89 97.59 113.1 -
System Red Green Blue C M Y K H S L
Decimal 47 89 14 0.47 0 0.84 0.65 93.6 0.73 0.2
Hex 2F 59 E 2F 0 54 41 5E 49 14
Octal 57 131 16 57 0 124 101 136 111 24
Binary 101111 1011001 1110 101111 0 1010100 1000001 1011110 1001001 10100

Color Harmonies of #2F590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F590E

Black with #2F590E

Text Example


Text Example

White with #2F590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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