Html Css Color HEX #305314 Seaweed

📋 copy color: '#305314'

red 48 ◦ green 83 ◦ blue 20

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

Shades of Seaweed #305314

Tints of Seaweed #305314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.97%

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 31.79%
G = 54.97%
B = 13.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#305314 (or 0x305314) is known color: Seaweed. HEX triplet: 30, 53 and 14. RGB value is (48,83,20). Sum of RGB (Red+Green+Blue) = 48+83+20=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #305314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305314 is #CFACEB. Grayscale: #414141. Windows color (decimal): -13610220 or 1332016. OLE color: 1332016.

HSL color Cylindrical-coordinate representation of color #305314: hue angle of 93.33º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305314 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 20 -
CMYK 0.42 0 0.76 0.67
HSL 93.33º 0.61% 0.2% -
HSV(B) 93.33º 0.76% 0.33% -
XYZ 4.44 6.87 1.75 -
YUV 65.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 48 83 20 0.42 0 0.76 0.67 93.33 0.61 0.2
Hex 30 53 14 2A 0 4C 43 5D 3D 14
Octal 60 123 24 52 0 114 103 135 75 24
Binary 110000 1010011 10100 101010 0 1001100 1000011 1011101 111101 10100

Color Harmonies of #305314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305314

Black with #305314

Text Example


Text Example

White with #305314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305314; }

 p { color: rgb(48,83,20); }

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

background-color css

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

 a { background-color: rgb(48,83,20); }

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

border-color css

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

 span { border-color: rgb(48,83,20); }

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