Html Css Color HEX #2B4513 Seaweed

📋 copy color: '#2B4513'

red 43 ◦ green 69 ◦ blue 19

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

Shades of Seaweed #2B4513

Tints of Seaweed #2B4513

RGB

 RED value IS 43 (17.19% from 255) = 32.82%

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 32.82%
G = 52.67%
B = 14.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#2B4513 (or 0x2B4513) is known color: Seaweed. HEX triplet: 2B, 45 and 13. RGB value is (43,69,19). Sum of RGB (Red+Green+Blue) = 43+69+19=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4513 is #D4BAEC. Grayscale: #373737. Windows color (decimal): -13941485 or 1262891. OLE color: 1262891.

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

Color convert

RGB 43 69 19 -
CMYK 0.38 0 0.72 0.73
HSL 91.2º 0.57% 0.17% -
HSV(B) 91.2º 0.72% 0.27% -
XYZ 3.24 4.82 1.37 -
YUV 55.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 43 69 19 0.38 0 0.72 0.73 91.2 0.57 0.17
Hex 2B 45 13 26 0 48 49 5B 39 11
Octal 53 105 23 46 0 110 111 133 71 21
Binary 101011 1000101 10011 100110 0 1001000 1001001 1011011 111001 10001

Color Harmonies of #2B4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4513

Black with #2B4513

Text Example


Text Example

White with #2B4513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,69,19); }

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

background-color css

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

 a { background-color: rgb(43,69,19); }

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

border-color css

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

 span { border-color: rgb(43,69,19); }

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