Html Css Color HEX #304023 Seaweed

📋 copy color: '#304023'

red 48 ◦ green 64 ◦ blue 35

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

Shades of Seaweed #304023

Tints of Seaweed #304023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 32.65%
G = 43.54%
B = 23.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#304023 (or 0x304023) is known color: Seaweed. HEX triplet: 30, 40 and 23. RGB value is (48,64,35). Sum of RGB (Red+Green+Blue) = 48+64+35=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #304023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304023 is #CFBFDC. Grayscale: #383838. Windows color (decimal): -13615069 or 2310192. OLE color: 2310192.

HSL color Cylindrical-coordinate representation of color #304023: hue angle of 93.1º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304023 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 35 -
CMYK 0.25 0 0.45 0.75
HSL 93.1º 0.29% 0.19% -
HSV(B) 93.1º 0.45% 0.25% -
XYZ 3.36 4.42 2.27 -
YUV 55.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 48 64 35 0.25 0 0.45 0.75 93.1 0.29 0.19
Hex 30 40 23 19 0 2D 4B 5D 1D 13
Octal 60 100 43 31 0 55 113 135 35 23
Binary 110000 1000000 100011 11001 0 101101 1001011 1011101 11101 10011

Color Harmonies of #304023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304023

Black with #304023

Text Example


Text Example

White with #304023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304023; }

 p { color: rgb(48,64,35); }

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

background-color css

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

 a { background-color: rgb(48,64,35); }

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

border-color css

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

 span { border-color: rgb(48,64,35); }

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