Html Css Color HEX #2F590C Seaweed

📋 copy color: '#2F590C'

red 47 ◦ green 89 ◦ blue 12

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

Shades of Seaweed #2F590C

Tints of Seaweed #2F590C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.11%

R = 31.76%
G = 60.14%
B = 8.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#2F590C (or 0x2F590C) is known color: Seaweed. HEX triplet: 2F, 59 and 0C. RGB value is (47,89,12). Sum of RGB (Red+Green+Blue) = 47+89+12=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #2F590C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F590C is #D0A6F3. Grayscale: #434343. Windows color (decimal): -13674228 or 809263. OLE color: 809263.

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

Color convert

RGB 47 89 12 -
CMYK 0.47 0 0.87 0.65
HSL 92.73º 0.76% 0.2% -
HSV(B) 92.73º 0.87% 0.35% -
XYZ 4.81 7.78 1.6 -
YUV 67.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 47 89 12 0.47 0 0.87 0.65 92.73 0.76 0.2
Hex 2F 59 C 2F 0 57 41 5D 4C 14
Octal 57 131 14 57 0 127 101 135 114 24
Binary 101111 1011001 1100 101111 0 1010111 1000001 1011101 1001100 10100

Color Harmonies of #2F590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F590C

Black with #2F590C

Text Example


Text Example

White with #2F590C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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