#305612

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

Shades of Seaweed #305612

Tints of Seaweed #305612

Color information

#305612 (or 0x305612) is unknown color: approx Seaweed. HEX triplet: 30, 56 and 12. RGB value is (48,86,18). Sum of RGB (Red+Green+Blue) = 48+86+18=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #305612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305612 is #CFA9ED. Grayscale: #434343. Windows color (decimal): -13609454 or 1201712. OLE color: 1201712.

HSL color Cylindrical-coordinate representation of color #305612: hue angle of 93.53º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305612 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB488618-
CMYK0.4400.790.66
HSL93.53º65.38%20.39%-
HSV(B)93.53º79.07%33.73%-
XYZ4.667.331.74-
YUV66.89100.41114.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=31.58%
G=56.58%
B=11.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886180.4400.790.6693.5365.3820.39
Hex3056122C04F425e4114
Octal601262254011710213610124
Binary1100001010110100101011000100111110000101011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305612; }

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

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

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

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

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

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

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

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