Html Css Color HEX #2F451D Seaweed

📋 copy color: '#2F451D'

red 47 ◦ green 69 ◦ blue 29

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

Shades of Seaweed #2F451D

Tints of Seaweed #2F451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.59%

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

R = 32.41%
G = 47.59%
B = 20%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#2F451D (or 0x2F451D) is known color: Seaweed. HEX triplet: 2F, 45 and 1D. RGB value is (47,69,29). Sum of RGB (Red+Green+Blue) = 47+69+29=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #2F451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F451D is #D0BAE2. Grayscale: #3A3A3A. Windows color (decimal): -13679331 or 1918255. OLE color: 1918255.

HSL color Cylindrical-coordinate representation of color #2F451D: hue angle of 93º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F451D is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 69 29 -
CMYK 0.32 0 0.58 0.73
HSL 93º 0.41% 0.19% -
HSV(B) 93º 0.58% 0.27% -
XYZ 3.52 4.95 1.93 -
YUV 57.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 47 69 29 0.32 0 0.58 0.73 93 0.41 0.19
Hex 2F 45 1D 20 0 3A 49 5D 29 13
Octal 57 105 35 40 0 72 111 135 51 23
Binary 101111 1000101 11101 100000 0 111010 1001001 1011101 101001 10011

Color Harmonies of #2F451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F451D

Black with #2F451D

Text Example


Text Example

White with #2F451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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