Html Css Color HEX #2F481B Seaweed

📋 copy color: '#2F481B'

red 47 ◦ green 72 ◦ blue 27

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

Shades of Seaweed #2F481B

Tints of Seaweed #2F481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 32.19%
G = 49.32%
B = 18.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#2F481B (or 0x2F481B) is known color: Seaweed. HEX triplet: 2F, 48 and 1B. RGB value is (47,72,27). Sum of RGB (Red+Green+Blue) = 47+72+27=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #2F481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F481B is #D0B7E4. Grayscale: #3B3B3B. Windows color (decimal): -13678565 or 1787951. OLE color: 1787951.

HSL color Cylindrical-coordinate representation of color #2F481B: hue angle of 93.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F481B is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 72 27 -
CMYK 0.35 0 0.62 0.72
HSL 93.33º 0.45% 0.19% -
HSV(B) 93.33º 0.63% 0.28% -
XYZ 3.69 5.32 1.87 -
YUV 59.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 47 72 27 0.35 0 0.62 0.72 93.33 0.45 0.19
Hex 2F 48 1B 23 0 3E 48 5D 2D 13
Octal 57 110 33 43 0 76 110 135 55 23
Binary 101111 1001000 11011 100011 0 111110 1001000 1011101 101101 10011

Color Harmonies of #2F481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F481B

Black with #2F481B

Text Example


Text Example

White with #2F481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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