#333A2A

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

Shades of Seaweed #333A2A

Tints of Seaweed #333A2A

Color information

#333A2A (or 0x333A2A) is unknown color: approx Seaweed. HEX triplet: 33, 3A and 2A. RGB value is (51,58,42). Sum of RGB (Red+Green+Blue) = 51+58+42=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 58 - color contains mainly: green. Hex color #333A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A2A is #CCC5D5. Grayscale: #363636. Windows color (decimal): -13419990 or 2767411. OLE color: 2767411.

HSL color Cylindrical-coordinate representation of color #333A2A: hue angle of 86.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #333A2A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB515842-
CMYK0.1200.280.77
HSL86.25º16%19.61%-
HSV(B)86.25º27.59%22.75%-
XYZ3.33.92.77-
YUV54.08121.18125.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 58 (23.05% from 255) = 38.41%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=33.77%
G=38.41%
B=27.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5158420.1200.280.7786.251619.61
Hex333A2AC01C4D561014
Octal637252140341151262024
Binary1100111110101010101100011100100110110101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333A2A; }

 p { color: rgb(51,58,42); }

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

<style>
 a { background-color: #333A2A; }

 a { background-color: rgb(51,58,42); }

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

<style>
 span { border-color: #333A2A; }

 span { border-color: rgb(51,58,42); }

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