#305A0C

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

Shades of Seaweed #305A0C

Tints of Seaweed #305A0C

Color information

#305A0C (or 0x305A0C) is unknown color: approx Seaweed. HEX triplet: 30, 5A and 0C. RGB value is (48,90,12). Sum of RGB (Red+Green+Blue) = 48+90+12=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #305A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A0C is #CFA5F3. Grayscale: #444444. Windows color (decimal): -13608436 or 809520. OLE color: 809520.

HSL color Cylindrical-coordinate representation of color #305A0C: hue angle of 92.31º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #305A0C is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB489012-
CMYK0.4700.870.65
HSL92.31º76.47%20%-
HSV(B)92.31º86.67%35.29%-
XYZ4.947.971.63-
YUV68.5596.09113.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 90 (35.55% from 255) = 60%
BLUE value IS 12 (5.08% from 255) = 8%
R=32%
G=60%
B=8%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4890120.4700.870.6592.3176.4720
Hex305AC2F057415c4c14
Octal601321457012710113411424
Binary110000101101011001011110101011110000011011100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305A0C; }

 p { color: rgb(48,90,12); }

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

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

 a { background-color: rgb(48,90,12); }

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

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

 span { border-color: rgb(48,90,12); }

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