Html Css Color HEX #305311 Seaweed

📋 copy color: '#305311'

red 48 ◦ green 83 ◦ blue 17

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

Shades of Seaweed #305311

Tints of Seaweed #305311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 32.43%
G = 56.08%
B = 11.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#305311 (or 0x305311) is known color: Seaweed. HEX triplet: 30, 53 and 11. RGB value is (48,83,17). Sum of RGB (Red+Green+Blue) = 48+83+17=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #305311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305311 is #CFACEE. Grayscale: #414141. Windows color (decimal): -13610223 or 1135408. OLE color: 1135408.

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

Color convert

RGB 48 83 17 -
CMYK 0.42 0 0.80 0.67
HSL 91.82º 0.66% 0.2% -
HSV(B) 91.82º 0.8% 0.33% -
XYZ 4.41 6.86 1.62 -
YUV 65.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 48 83 17 0.42 0 0.80 0.67 91.82 0.66 0.2
Hex 30 53 11 2A 0 50 43 5C 42 14
Octal 60 123 21 52 0 120 103 134 102 24
Binary 110000 1010011 10001 101010 0 1010000 1000011 1011100 1000010 10100

Color Harmonies of #305311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305311

Black with #305311

Text Example


Text Example

White with #305311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305311; }

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

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

background-color css

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

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

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

border-color css

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

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

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