Html Css Color HEX #304C16 Seaweed

📋 copy color: '#304C16'

red 48 ◦ green 76 ◦ blue 22

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

Shades of Seaweed #304C16

Tints of Seaweed #304C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.07%

R = 32.88%
G = 52.05%
B = 15.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#304C16 (or 0x304C16) is known color: Seaweed. HEX triplet: 30, 4C and 16. RGB value is (48,76,22). Sum of RGB (Red+Green+Blue) = 48+76+22=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #304C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C16 is #CFB3E9. Grayscale: #3D3D3D. Windows color (decimal): -13612010 or 1461296. OLE color: 1461296.

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

Color convert

RGB 48 76 22 -
CMYK 0.37 0 0.71 0.70
HSL 91.11º 0.55% 0.19% -
HSV(B) 91.11º 0.71% 0.3% -
XYZ 3.95 5.86 1.68 -
YUV 61.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 48 76 22 0.37 0 0.71 0.70 91.11 0.55 0.19
Hex 30 4C 16 25 0 47 46 5B 37 13
Octal 60 114 26 45 0 107 106 133 67 23
Binary 110000 1001100 10110 100101 0 1000111 1000110 1011011 110111 10011

Color Harmonies of #304C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C16

Black with #304C16

Text Example


Text Example

White with #304C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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