Html Css Color HEX #2F5012 Seaweed

📋 copy color: '#2F5012'

red 47 ◦ green 80 ◦ blue 18

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

Shades of Seaweed #2F5012

Tints of Seaweed #2F5012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.17%

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 32.41%
G = 55.17%
B = 12.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#2F5012 (or 0x2F5012) is known color: Seaweed. HEX triplet: 2F, 50 and 12. RGB value is (47,80,18). Sum of RGB (Red+Green+Blue) = 47+80+18=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5012 is #D0AFED. Grayscale: #3F3F3F. Windows color (decimal): -13676526 or 1200175. OLE color: 1200175.

HSL color Cylindrical-coordinate representation of color #2F5012: hue angle of 91.94º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F5012 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 18 -
CMYK 0.41 0 0.78 0.69
HSL 91.94º 0.63% 0.19% -
HSV(B) 91.94º 0.78% 0.31% -
XYZ 4.15 6.39 1.59 -
YUV 63.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 47 80 18 0.41 0 0.78 0.69 91.94 0.63 0.19
Hex 2F 50 12 29 0 4E 45 5C 3F 13
Octal 57 120 22 51 0 116 105 134 77 23
Binary 101111 1010000 10010 101001 0 1001110 1000101 1011100 111111 10011

Color Harmonies of #2F5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5012

Black with #2F5012

Text Example


Text Example

White with #2F5012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,18); }

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

background-color css

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

 a { background-color: rgb(47,80,18); }

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

border-color css

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

 span { border-color: rgb(47,80,18); }

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