Html Css Color HEX #2F580E Seaweed

📋 copy color: '#2F580E'

red 47 ◦ green 88 ◦ blue 14

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

Shades of Seaweed #2F580E

Tints of Seaweed #2F580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 59.06%

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

R = 31.54%
G = 59.06%
B = 9.4%

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

#2F580E (or 0x2F580E) is known color: Seaweed. HEX triplet: 2F, 58 and 0E. RGB value is (47,88,14). Sum of RGB (Red+Green+Blue) = 47+88+14=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #2F580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F580E is #D0A7F1. Grayscale: #434343. Windows color (decimal): -13674482 or 940079. OLE color: 940079.

HSL color Cylindrical-coordinate representation of color #2F580E: hue angle of 93.24º 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 #2F580E is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 88 14 -
CMYK 0.47 0 0.84 0.65
HSL 93.24º 0.73% 0.2% -
HSV(B) 93.24º 0.84% 0.35% -
XYZ 4.74 7.62 1.64 -
YUV 67.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 47 88 14 0.47 0 0.84 0.65 93.24 0.73 0.2
Hex 2F 58 E 2F 0 54 41 5D 49 14
Octal 57 130 16 57 0 124 101 135 111 24
Binary 101111 1011000 1110 101111 0 1010100 1000001 1011101 1001001 10100

Color Harmonies of #2F580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F580E

Black with #2F580E

Text Example


Text Example

White with #2F580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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