Html Css Color HEX #2F431D Seaweed

📋 copy color: '#2F431D'

red 47 ◦ green 67 ◦ blue 29

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

Shades of Seaweed #2F431D

Tints of Seaweed #2F431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.85%

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

R = 32.87%
G = 46.85%
B = 20.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#2F431D (or 0x2F431D) is known color: Seaweed. HEX triplet: 2F, 43 and 1D. RGB value is (47,67,29). Sum of RGB (Red+Green+Blue) = 47+67+29=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #2F431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F431D is #D0BCE2. Grayscale: #383838. Windows color (decimal): -13679843 or 1917743. OLE color: 1917743.

HSL color Cylindrical-coordinate representation of color #2F431D: hue angle of 91.58º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F431D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 67 29 -
CMYK 0.30 0 0.57 0.74
HSL 91.58º 0.4% 0.19% -
HSV(B) 91.58º 0.57% 0.26% -
XYZ 3.4 4.71 1.89 -
YUV 56.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 47 67 29 0.30 0 0.57 0.74 91.58 0.4 0.19
Hex 2F 43 1D 1E 0 39 4A 5C 28 13
Octal 57 103 35 36 0 71 112 134 50 23
Binary 101111 1000011 11101 11110 0 111001 1001010 1011100 101000 10011

Color Harmonies of #2F431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F431D

Black with #2F431D

Text Example


Text Example

White with #2F431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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