Html Css Color HEX #2F441E Seaweed

📋 copy color: '#2F441E'

red 47 ◦ green 68 ◦ blue 30

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

Shades of Seaweed #2F441E

Tints of Seaweed #2F441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.9%

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 32.41%
G = 46.9%
B = 20.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#2F441E (or 0x2F441E) is known color: Seaweed. HEX triplet: 2F, 44 and 1E. RGB value is (47,68,30). Sum of RGB (Red+Green+Blue) = 47+68+30=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #2F441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F441E is #D0BBE1. Grayscale: #393939. Windows color (decimal): -13679586 or 1983535. OLE color: 1983535.

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

Color convert

RGB 47 68 30 -
CMYK 0.31 0 0.56 0.73
HSL 93.16º 0.39% 0.19% -
HSV(B) 93.16º 0.56% 0.27% -
XYZ 3.47 4.83 1.98 -
YUV 57.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 47 68 30 0.31 0 0.56 0.73 93.16 0.39 0.19
Hex 2F 44 1E 1F 0 38 49 5D 27 13
Octal 57 104 36 37 0 70 111 135 47 23
Binary 101111 1000100 11110 11111 0 111000 1001001 1011101 100111 10011

Color Harmonies of #2F441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F441E

Black with #2F441E

Text Example


Text Example

White with #2F441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,68,30); }

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

background-color css

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

 a { background-color: rgb(47,68,30); }

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

border-color css

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

 span { border-color: rgb(47,68,30); }

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