Html Css Color HEX #2B520B Seaweed

📋 copy color: '#2B520B'

red 43 ◦ green 82 ◦ blue 11

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

Shades of Seaweed #2B520B

Tints of Seaweed #2B520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.09%

R = 31.62%
G = 60.29%
B = 8.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#2B520B (or 0x2B520B) is known color: Seaweed. HEX triplet: 2B, 52 and 0B. RGB value is (43,82,11). Sum of RGB (Red+Green+Blue) = 43+82+11=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #2B520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B520B is #D4ADF4. Grayscale: #3E3E3E. Windows color (decimal): -13938165 or 741931. OLE color: 741931.

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

Color convert

RGB 43 82 11 -
CMYK 0.48 0 0.87 0.68
HSL 92.96º 0.76% 0.18% -
HSV(B) 92.96º 0.87% 0.32% -
XYZ 4.07 6.57 1.37 -
YUV 62.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 43 82 11 0.48 0 0.87 0.68 92.96 0.76 0.18
Hex 2B 52 B 30 0 57 44 5D 4C 12
Octal 53 122 13 60 0 127 104 135 114 22
Binary 101011 1010010 1011 110000 0 1010111 1000100 1011101 1001100 10010

Color Harmonies of #2B520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B520B

Black with #2B520B

Text Example


Text Example

White with #2B520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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