Html Css Color HEX #2F421F Seaweed

📋 copy color: '#2F421F'

red 47 ◦ green 66 ◦ blue 31

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

Shades of Seaweed #2F421F

Tints of Seaweed #2F421F

RGB

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

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

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

R = 32.64%
G = 45.83%
B = 21.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#2F421F (or 0x2F421F) is known color: Seaweed. HEX triplet: 2F, 42 and 1F. RGB value is (47,66,31). Sum of RGB (Red+Green+Blue) = 47+66+31=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #2F421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F421F is #D0BDE0. Grayscale: #383838. Windows color (decimal): -13680097 or 2048559. OLE color: 2048559.

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

Color convert

RGB 47 66 31 -
CMYK 0.29 0 0.53 0.74
HSL 92.57º 0.36% 0.19% -
HSV(B) 92.57º 0.53% 0.26% -
XYZ 3.37 4.6 2.01 -
YUV 56.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 47 66 31 0.29 0 0.53 0.74 92.57 0.36 0.19
Hex 2F 42 1F 1D 0 35 4A 5D 24 13
Octal 57 102 37 35 0 65 112 135 44 23
Binary 101111 1000010 11111 11101 0 110101 1001010 1011101 100100 10011

Color Harmonies of #2F421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F421F

Black with #2F421F

Text Example


Text Example

White with #2F421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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