#304B19

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

Shades of Seaweed #304B19

Tints of Seaweed #304B19

Color information

#304B19 (or 0x304B19) is unknown color: approx Seaweed. HEX triplet: 30, 4B and 19. RGB value is (48,75,25). Sum of RGB (Red+Green+Blue) = 48+75+25=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #304B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B19 is #CFB4E6. Grayscale: #3D3D3D. Windows color (decimal): -13612263 or 1657648. OLE color: 1657648.

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

Color convert

RGB487525-
CMYK0.3600.670.71
HSL92.4º50%19.61%-
HSV(B)92.4º66.67%29.41%-
XYZ3.915.731.82-
YUV61.23107.55118.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 75 (29.69% from 255) = 50.68%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=32.43%
G=50.68%
B=16.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875250.3600.670.7192.45019.61
Hex304B1924043475c3214
Octal60113314401031071346224
Binary110000100101111001100100010000111000111101110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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