#305812

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

Shades of Seaweed #305812

Tints of Seaweed #305812

Color information

#305812 (or 0x305812) is unknown color: approx Seaweed. HEX triplet: 30, 58 and 12. RGB value is (48,88,18). Sum of RGB (Red+Green+Blue) = 48+88+18=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #305812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305812 is #CFA7ED. Grayscale: #444444. Windows color (decimal): -13608942 or 1202224. OLE color: 1202224.

HSL color Cylindrical-coordinate representation of color #305812: hue angle of 94.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305812 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB488818-
CMYK0.4500.800.65
HSL94.29º66.04%20.78%-
HSV(B)94.29º79.55%34.51%-
XYZ4.827.651.8-
YUV68.0699.75113.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 88 (34.77% from 255) = 57.14%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=31.17%
G=57.14%
B=11.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4888180.4500.800.6594.2966.0420.78
Hex3058122D050415e4215
Octal601302255012010113610225
Binary1100001011000100101011010101000010000011011110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305812; }

 p { color: rgb(48,88,18); }

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

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

 a { background-color: rgb(48,88,18); }

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

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

 span { border-color: rgb(48,88,18); }

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