#2B530C

Color #2B530C Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #2B530C

Tints of Seaweed #2B530C

Color information

#2B530C (or 0x2B530C) is unknown color: approx Seaweed. HEX triplet: 2B, 53 and 0C. RGB value is (43,83,12). Sum of RGB (Red+Green+Blue) = 43+83+12=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #2B530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B530C is #D4ACF3. Grayscale: #3F3F3F. Windows color (decimal): -13937908 or 807723. OLE color: 807723.

HSL color Cylindrical-coordinate representation of color #2B530C: hue angle of 93.8º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B530C is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB438312-
CMYK0.4800.860.67
HSL93.8º74.74%18.63%-
HSV(B)93.8º85.54%32.55%-
XYZ4.166.731.43-
YUV62.9599.25113.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.16%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=31.16%
G=60.14%
B=8.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4383120.4800.860.6793.874.7418.63
Hex2B53C30056435e4b13
Octal531231460012610313611323
Binary101011101001111001100000101011010000111011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,12); }

 H1.HeaderClassName
 {
   color: #2B530C;
 }
 .AnyTagClassName
 {
   color: #2B530C;
 }
</style>
background-color css

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

 a { background-color: rgb(43,83,12); }

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

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

 span { border-color: rgb(43,83,12); }

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