Html Css Color HEX #2F401E Seaweed

📋 copy color: '#2F401E'

red 47 ◦ green 64 ◦ blue 30

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

Shades of Seaweed #2F401E

Tints of Seaweed #2F401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.39%

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

R = 33.33%
G = 45.39%
B = 21.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#2F401E (or 0x2F401E) is known color: Seaweed. HEX triplet: 2F, 40 and 1E. RGB value is (47,64,30). Sum of RGB (Red+Green+Blue) = 47+64+30=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #2F401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F401E is #D0BFE1. Grayscale: #373737. Windows color (decimal): -13680610 or 1982511. OLE color: 1982511.

HSL color Cylindrical-coordinate representation of color #2F401E: hue angle of 90º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F401E is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 64 30 -
CMYK 0.27 0 0.53 0.75
HSL 90º 0.36% 0.18% -
HSV(B) 90º 0.53% 0.25% -
XYZ 3.24 4.36 1.9 -
YUV 55.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 47 64 30 0.27 0 0.53 0.75 90 0.36 0.18
Hex 2F 40 1E 1B 0 35 4B 5A 24 12
Octal 57 100 36 33 0 65 113 132 44 22
Binary 101111 1000000 11110 11011 0 110101 1001011 1011010 100100 10010

Color Harmonies of #2F401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F401E

Black with #2F401E

Text Example


Text Example

White with #2F401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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