Html Css Color HEX #305312 Seaweed

📋 copy color: '#305312'

red 48 ◦ green 83 ◦ blue 18

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

Shades of Seaweed #305312

Tints of Seaweed #305312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 32.21%
G = 55.7%
B = 12.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#305312 (or 0x305312) is known color: Seaweed. HEX triplet: 30, 53 and 12. RGB value is (48,83,18). Sum of RGB (Red+Green+Blue) = 48+83+18=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #305312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305312 is #CFACED. Grayscale: #414141. Windows color (decimal): -13610222 or 1200944. OLE color: 1200944.

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

Color convert

RGB 48 83 18 -
CMYK 0.42 0 0.78 0.67
HSL 92.31º 0.64% 0.2% -
HSV(B) 92.31º 0.78% 0.33% -
XYZ 4.42 6.86 1.66 -
YUV 65.13 101.4 115.79 -
System Red Green Blue C M Y K H S L
Decimal 48 83 18 0.42 0 0.78 0.67 92.31 0.64 0.2
Hex 30 53 12 2A 0 4E 43 5C 40 14
Octal 60 123 22 52 0 116 103 134 100 24
Binary 110000 1010011 10010 101010 0 1001110 1000011 1011100 1000000 10100

Color Harmonies of #305312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305312

Black with #305312

Text Example


Text Example

White with #305312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305312; }

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

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

background-color css

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

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

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

border-color css

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

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

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