Html Css Color HEX #2B520D Seaweed

📋 copy color: '#2B520D'

red 43 ◦ green 82 ◦ blue 13

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

Shades of Seaweed #2B520D

Tints of Seaweed #2B520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.42%

 BLUE value IS 13 (5.47% from 255) = 9.42%

R = 31.16%
G = 59.42%
B = 9.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#2B520D (or 0x2B520D) is known color: Seaweed. HEX triplet: 2B, 52 and 0D. RGB value is (43,82,13). Sum of RGB (Red+Green+Blue) = 43+82+13=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #2B520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B520D is #D4ADF2. Grayscale: #3E3E3E. Windows color (decimal): -13938163 or 873003. OLE color: 873003.

HSL color Cylindrical-coordinate representation of color #2B520D: hue angle of 93.91º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B520D is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 82 13 -
CMYK 0.48 0 0.84 0.68
HSL 93.91º 0.73% 0.19% -
HSV(B) 93.91º 0.84% 0.32% -
XYZ 4.09 6.58 1.43 -
YUV 62.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 43 82 13 0.48 0 0.84 0.68 93.91 0.73 0.19
Hex 2B 52 D 30 0 54 44 5E 49 13
Octal 53 122 15 60 0 124 104 136 111 23
Binary 101011 1010010 1101 110000 0 1010100 1000100 1011110 1001001 10011

Color Harmonies of #2B520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B520D

Black with #2B520D

Text Example


Text Example

White with #2B520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,82,13); }

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

background-color css

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

 a { background-color: rgb(43,82,13); }

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

border-color css

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

 span { border-color: rgb(43,82,13); }

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