Html Css Color HEX #304224 Seaweed

📋 copy color: '#304224'

red 48 ◦ green 66 ◦ blue 36

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

Shades of Seaweed #304224

Tints of Seaweed #304224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 36 (14.45% from 255) = 24%

R = 32%
G = 44%
B = 24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#304224 (or 0x304224) is known color: Seaweed. HEX triplet: 30, 42 and 24. RGB value is (48,66,36). Sum of RGB (Red+Green+Blue) = 48+66+36=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #304224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304224 is #CFBDDB. Grayscale: #393939. Windows color (decimal): -13614556 or 2376240. OLE color: 2376240.

HSL color Cylindrical-coordinate representation of color #304224: hue angle of 96º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304224 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 36 -
CMYK 0.27 0 0.45 0.74
HSL 96º 0.29% 0.2% -
HSV(B) 96º 0.45% 0.26% -
XYZ 3.49 4.65 2.38 -
YUV 57.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 48 66 36 0.27 0 0.45 0.74 96 0.29 0.2
Hex 30 42 24 1B 0 2D 4A 60 1D 14
Octal 60 102 44 33 0 55 112 140 35 24
Binary 110000 1000010 100100 11011 0 101101 1001010 1100000 11101 10100

Color Harmonies of #304224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304224

Black with #304224

Text Example


Text Example

White with #304224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304224; }

 p { color: rgb(48,66,36); }

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

background-color css

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

 a { background-color: rgb(48,66,36); }

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

border-color css

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

 span { border-color: rgb(48,66,36); }

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