Html Css Color HEX #2F4B16 Seaweed

📋 copy color: '#2F4B16'

red 47 ◦ green 75 ◦ blue 22

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

Shades of Seaweed #2F4B16

Tints of Seaweed #2F4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 52.08%

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

R = 32.64%
G = 52.08%
B = 15.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#2F4B16 (or 0x2F4B16) is known color: Seaweed. HEX triplet: 2F, 4B and 16. RGB value is (47,75,22). Sum of RGB (Red+Green+Blue) = 47+75+22=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4B16 is #D0B4E9. Grayscale: #3C3C3C. Windows color (decimal): -13677802 or 1461039. OLE color: 1461039.

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

Color convert

RGB 47 75 22 -
CMYK 0.37 0 0.71 0.71
HSL 91.7º 0.55% 0.19% -
HSV(B) 91.7º 0.71% 0.29% -
XYZ 3.83 5.69 1.66 -
YUV 60.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 47 75 22 0.37 0 0.71 0.71 91.7 0.55 0.19
Hex 2F 4B 16 25 0 47 47 5C 37 13
Octal 57 113 26 45 0 107 107 134 67 23
Binary 101111 1001011 10110 100101 0 1000111 1000111 1011100 110111 10011

Color Harmonies of #2F4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4B16

Black with #2F4B16

Text Example


Text Example

White with #2F4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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