#2b5111

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

Shades of Seaweed #2B5111

Tints of Seaweed #2B5111

Color information

#2B5111 (or 0x2B5111) is unknown color: approx Seaweed. HEX triplet: 2B, 51 and 11. RGB value is (43,81,17). Sum of RGB (Red+Green+Blue) = 43+81+17=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5111 is #D4AEEE. Grayscale: #3E3E3E. Windows color (decimal): -13938415 or 1134891. OLE color: 1134891.

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

Color convert

RGB438117-
CMYK0.4700.790.68
HSL95.62º65.31%19.22%-
HSV(B)95.62º79.01%31.76%-
XYZ4.046.441.56-
YUV62.34102.41114.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.50%
GREEN value IS 81 (32.03% from 255) = 57.45%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=30.50%
G=57.45%
B=12.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4381170.4700.790.6895.6265.3119.22
Hex2B51112F04F44604113
Octal531212157011710414010123
Binary1010111010001100011011110100111110001001100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b5111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,81,17); }

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

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

 a { background-color: rgb(43,81,17); }

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

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

 span { border-color: rgb(43,81,17); }

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