Html Css Color HEX #2F481D Seaweed

📋 copy color: '#2F481D'

red 47 ◦ green 72 ◦ blue 29

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

Shades of Seaweed #2F481D

Tints of Seaweed #2F481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.65%

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 31.76%
G = 48.65%
B = 19.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#2F481D (or 0x2F481D) is known color: Seaweed. HEX triplet: 2F, 48 and 1D. RGB value is (47,72,29). Sum of RGB (Red+Green+Blue) = 47+72+29=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #2F481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F481D is #D0B7E2. Grayscale: #3B3B3B. Windows color (decimal): -13678563 or 1919023. OLE color: 1919023.

HSL color Cylindrical-coordinate representation of color #2F481D: hue angle of 94.88º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F481D is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 72 29 -
CMYK 0.35 0 0.60 0.72
HSL 94.88º 0.43% 0.2% -
HSV(B) 94.88º 0.6% 0.28% -
XYZ 3.71 5.33 2 -
YUV 59.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 47 72 29 0.35 0 0.60 0.72 94.88 0.43 0.2
Hex 2F 48 1D 23 0 3C 48 5F 2B 14
Octal 57 110 35 43 0 74 110 137 53 24
Binary 101111 1001000 11101 100011 0 111100 1001000 1011111 101011 10100

Color Harmonies of #2F481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F481D

Black with #2F481D

Text Example


Text Example

White with #2F481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,29); }

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

background-color css

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

 a { background-color: rgb(47,72,29); }

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

border-color css

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

 span { border-color: rgb(47,72,29); }

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