Html Css Color HEX #2F451F Seaweed

📋 copy color: '#2F451F'

red 47 ◦ green 69 ◦ blue 31

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

Shades of Seaweed #2F451F

Tints of Seaweed #2F451F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 31.97%
G = 46.94%
B = 21.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#2F451F (or 0x2F451F) is known color: Seaweed. HEX triplet: 2F, 45 and 1F. RGB value is (47,69,31). Sum of RGB (Red+Green+Blue) = 47+69+31=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #2F451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F451F is #D0BAE0. Grayscale: #3A3A3A. Windows color (decimal): -13679329 or 2049327. OLE color: 2049327.

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

Color convert

RGB 47 69 31 -
CMYK 0.32 0 0.55 0.73
HSL 94.74º 0.38% 0.2% -
HSV(B) 94.74º 0.55% 0.27% -
XYZ 3.55 4.96 2.07 -
YUV 58.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 47 69 31 0.32 0 0.55 0.73 94.74 0.38 0.2
Hex 2F 45 1F 20 0 37 49 5F 26 14
Octal 57 105 37 40 0 67 111 137 46 24
Binary 101111 1000101 11111 100000 0 110111 1001001 1011111 100110 10100

Color Harmonies of #2F451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F451F

Black with #2F451F

Text Example


Text Example

White with #2F451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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