Html Css Color HEX #304422 Seaweed

📋 copy color: '#304422'

red 48 ◦ green 68 ◦ blue 34

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

Shades of Seaweed #304422

Tints of Seaweed #304422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

 BLUE value IS 34 (13.67% from 255) = 22.67%

R = 32%
G = 45.33%
B = 22.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#304422 (or 0x304422) is known color: Seaweed. HEX triplet: 30, 44 and 22. RGB value is (48,68,34). Sum of RGB (Red+Green+Blue) = 48+68+34=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #304422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304422 is #CFBBDD. Grayscale: #3A3A3A. Windows color (decimal): -13614046 or 2245680. OLE color: 2245680.

HSL color Cylindrical-coordinate representation of color #304422: hue angle of 95.29º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304422 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 68 34 -
CMYK 0.29 0 0.50 0.73
HSL 95.29º 0.33% 0.2% -
HSV(B) 95.29º 0.5% 0.27% -
XYZ 3.57 4.88 2.27 -
YUV 58.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 48 68 34 0.29 0 0.50 0.73 95.29 0.33 0.2
Hex 30 44 22 1D 0 32 49 5F 21 14
Octal 60 104 42 35 0 62 111 137 41 24
Binary 110000 1000100 100010 11101 0 110010 1001001 1011111 100001 10100

Color Harmonies of #304422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304422

Black with #304422

Text Example


Text Example

White with #304422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304422; }

 p { color: rgb(48,68,34); }

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

background-color css

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

 a { background-color: rgb(48,68,34); }

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

border-color css

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

 span { border-color: rgb(48,68,34); }

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