#2B4814

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

Shades of Seaweed #2B4814

Tints of Seaweed #2B4814

Color information

#2B4814 (or 0x2B4814) is unknown color: approx Seaweed. HEX triplet: 2B, 48 and 14. RGB value is (43,72,20). Sum of RGB (Red+Green+Blue) = 43+72+20=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4814 is #D4B7EB. Grayscale: #393939. Windows color (decimal): -13940716 or 1329195. OLE color: 1329195.

HSL color Cylindrical-coordinate representation of color #2B4814: hue angle of 93.46º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B4814 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB437220-
CMYK0.4000.720.72
HSL93.46º56.52%18.04%-
HSV(B)93.46º72.22%28.24%-
XYZ3.445.21.48-
YUV57.4106.89117.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.85%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=31.85%
G=53.33%
B=14.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4372200.4000.720.7293.4656.5218.04
Hex2B481428048485d3912
Octal53110245001101101357122
Binary101011100100010100101000010010001001000101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,72,20); }

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

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

 a { background-color: rgb(43,72,20); }

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

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

 span { border-color: rgb(43,72,20); }

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