#304B1B

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

Shades of Seaweed #304B1B

Tints of Seaweed #304B1B

Color information

#304B1B (or 0x304B1B) is unknown color: approx Seaweed. HEX triplet: 30, 4B and 1B. RGB value is (48,75,27). Sum of RGB (Red+Green+Blue) = 48+75+27=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #304B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B1B is #CFB4E4. Grayscale: #3D3D3D. Windows color (decimal): -13612261 or 1788720. OLE color: 1788720.

HSL color Cylindrical-coordinate representation of color #304B1B: hue angle of 93.75º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304B1B is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB487527-
CMYK0.3600.640.71
HSL93.75º47.06%20%-
HSV(B)93.75º64%29.41%-
XYZ3.935.741.94-
YUV61.46108.55118.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 75 (29.69% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 18%
R=32%
G=50%
B=18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875270.3600.640.7193.7547.0620
Hex304B1B24040475e2f14
Octal60113334401001071365724
Binary110000100101111011100100010000001000111101111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B1B; }

 p { color: rgb(48,75,27); }

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

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

 a { background-color: rgb(48,75,27); }

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

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

 span { border-color: rgb(48,75,27); }

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