Html Css Color HEX #2F421D Seaweed

📋 copy color: '#2F421D'

red 47 ◦ green 66 ◦ blue 29

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

Shades of Seaweed #2F421D

Tints of Seaweed #2F421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.48%

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

R = 33.1%
G = 46.48%
B = 20.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#2F421D (or 0x2F421D) is known color: Seaweed. HEX triplet: 2F, 42 and 1D. RGB value is (47,66,29). Sum of RGB (Red+Green+Blue) = 47+66+29=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #2F421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F421D is #D0BDE2. Grayscale: #383838. Windows color (decimal): -13680099 or 1917487. OLE color: 1917487.

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

Color convert

RGB 47 66 29 -
CMYK 0.29 0 0.56 0.74
HSL 90.81º 0.39% 0.19% -
HSV(B) 90.81º 0.56% 0.26% -
XYZ 3.34 4.59 1.87 -
YUV 56.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 47 66 29 0.29 0 0.56 0.74 90.81 0.39 0.19
Hex 2F 42 1D 1D 0 38 4A 5B 27 13
Octal 57 102 35 35 0 70 112 133 47 23
Binary 101111 1000010 11101 11101 0 111000 1001010 1011011 100111 10011

Color Harmonies of #2F421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F421D

Black with #2F421D

Text Example


Text Example

White with #2F421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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