Html Css Color HEX #2F4918 Seaweed

📋 copy color: '#2F4918'

red 47 ◦ green 73 ◦ blue 24

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

Shades of Seaweed #2F4918

Tints of Seaweed #2F4918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.69%

 BLUE value IS 24 (9.77% from 255) = 16.67%

R = 32.64%
G = 50.69%
B = 16.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#2F4918 (or 0x2F4918) is known color: Seaweed. HEX triplet: 2F, 49 and 18. RGB value is (47,73,24). Sum of RGB (Red+Green+Blue) = 47+73+24=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4918 is #D0B6E7. Grayscale: #3B3B3B. Windows color (decimal): -13678312 or 1591599. OLE color: 1591599.

HSL color Cylindrical-coordinate representation of color #2F4918: hue angle of 91.84º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F4918 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 24 -
CMYK 0.36 0 0.67 0.71
HSL 91.84º 0.51% 0.19% -
HSV(B) 91.84º 0.67% 0.29% -
XYZ 3.72 5.44 1.72 -
YUV 59.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 47 73 24 0.36 0 0.67 0.71 91.84 0.51 0.19
Hex 2F 49 18 24 0 43 47 5C 33 13
Octal 57 111 30 44 0 103 107 134 63 23
Binary 101111 1001001 11000 100100 0 1000011 1000111 1011100 110011 10011

Color Harmonies of #2F4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4918

Black with #2F4918

Text Example


Text Example

White with #2F4918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,73,24); }

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

background-color css

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

 a { background-color: rgb(47,73,24); }

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

border-color css

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

 span { border-color: rgb(47,73,24); }

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