Html Css Color HEX #304C15 Seaweed

📋 copy color: '#304C15'

red 48 ◦ green 76 ◦ blue 21

#304C15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #304C15

Tints of Seaweed #304C15

RGB

 RED value IS 48 (19.14% from 255) = 33.1%

 GREEN value IS 76 (30.08% from 255) = 52.41%

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 33.1%
G = 52.41%
B = 14.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.70

RGB Variations

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

Color information

#304C15 (or 0x304C15) is known color: Seaweed. HEX triplet: 30, 4C and 15. RGB value is (48,76,21). Sum of RGB (Red+Green+Blue) = 48+76+21=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #304C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C15 is #CFB3EA. Grayscale: #3D3D3D. Windows color (decimal): -13612011 or 1395760. OLE color: 1395760.

HSL color Cylindrical-coordinate representation of color #304C15: hue angle of 90.55º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304C15 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 21 -
CMYK 0.37 0 0.72 0.70
HSL 90.55º 0.57% 0.19% -
HSV(B) 90.55º 0.72% 0.3% -
XYZ 3.94 5.85 1.63 -
YUV 61.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 48 76 21 0.37 0 0.72 0.70 90.55 0.57 0.19
Hex 30 4C 15 25 0 48 46 5B 39 13
Octal 60 114 25 45 0 110 106 133 71 23
Binary 110000 1001100 10101 100101 0 1001000 1000110 1011011 111001 10011

Color Harmonies of #304C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C15

Black with #304C15

Text Example


Text Example

White with #304C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,76,21); }

 H1.HeaderClassName
 {
   color: #304C15;
 }
 .AnyTagClassName
 {
   color: #304C15;
 }
</style>

background-color css

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

 a { background-color: rgb(48,76,21); }

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

border-color css

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

 span { border-color: rgb(48,76,21); }

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