#305014

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

Shades of Seaweed #305014

Tints of Seaweed #305014

Color information

#305014 (or 0x305014) is unknown color: approx Seaweed. HEX triplet: 30, 50 and 14. RGB value is (48,80,20). Sum of RGB (Red+Green+Blue) = 48+80+20=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #305014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305014 is #CFAFEB. Grayscale: #3F3F3F. Windows color (decimal): -13610988 or 1331248. OLE color: 1331248.

HSL color Cylindrical-coordinate representation of color #305014: hue angle of 92º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305014 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB488020-
CMYK0.4000.750.69
HSL92º60%19.61%-
HSV(B)92º75%31.37%-
XYZ4.216.421.68-
YUV63.59103.4116.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 80 (31.64% from 255) = 54.05%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=32.43%
G=54.05%
B=13.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880200.4000.750.69926019.61
Hex3050142804B455c3c14
Octal60120245001131051347424
Binary110000101000010100101000010010111000101101110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305014; }

 p { color: rgb(48,80,20); }

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

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

 a { background-color: rgb(48,80,20); }

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

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

 span { border-color: rgb(48,80,20); }

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