#305017

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

Shades of Seaweed #305017

Tints of Seaweed #305017

Color information

#305017 (or 0x305017) is unknown color: approx Seaweed. HEX triplet: 30, 50 and 17. RGB value is (48,80,23). Sum of RGB (Red+Green+Blue) = 48+80+23=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #305017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305017 is #CFAFE8. Grayscale: #404040. Windows color (decimal): -13610985 or 1527856. OLE color: 1527856.

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

Color convert

RGB488023-
CMYK0.4000.710.69
HSL93.68º55.34%20.2%-
HSV(B)93.68º71.25%31.37%-
XYZ4.246.431.83-
YUV63.93104.9116.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 23 (9.38% from 255) = 15.23%
R=31.79%
G=52.98%
B=15.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880230.4000.710.6993.6855.3420.2
Hex30501728047455e3714
Octal60120275001071051366724
Binary110000101000010111101000010001111000101101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305017; }

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

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

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

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

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

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

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

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