Html Css Color HEX #2F4916 Seaweed

📋 copy color: '#2F4916'

red 47 ◦ green 73 ◦ blue 22

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

Shades of Seaweed #2F4916

Tints of Seaweed #2F4916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 33.1%
G = 51.41%
B = 15.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#2F4916 (or 0x2F4916) is known color: Seaweed. HEX triplet: 2F, 49 and 16. RGB value is (47,73,22). Sum of RGB (Red+Green+Blue) = 47+73+22=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4916 is #D0B6E9. Grayscale: #3B3B3B. Windows color (decimal): -13678314 or 1460527. OLE color: 1460527.

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

Color convert

RGB 47 73 22 -
CMYK 0.36 0 0.70 0.71
HSL 90.59º 0.54% 0.19% -
HSV(B) 90.59º 0.7% 0.29% -
XYZ 3.7 5.43 1.61 -
YUV 59.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 47 73 22 0.36 0 0.70 0.71 90.59 0.54 0.19
Hex 2F 49 16 24 0 46 47 5B 36 13
Octal 57 111 26 44 0 106 107 133 66 23
Binary 101111 1001001 10110 100100 0 1000110 1000111 1011011 110110 10011

Color Harmonies of #2F4916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4916

Black with #2F4916

Text Example


Text Example

White with #2F4916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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