Html Css Color HEX #305612 Seaweed

📋 copy color: '#305612'

red 48 ◦ green 86 ◦ blue 18

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

Shades of Seaweed #305612

Tints of Seaweed #305612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 56.58%

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

R = 31.58%
G = 56.58%
B = 11.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#305612 (or 0x305612) is known color: Seaweed. HEX triplet: 30, 56 and 12. RGB value is (48,86,18). Sum of RGB (Red+Green+Blue) = 48+86+18=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #305612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305612 is #CFA9ED. Grayscale: #434343. Windows color (decimal): -13609454 or 1201712. OLE color: 1201712.

HSL color Cylindrical-coordinate representation of color #305612: hue angle of 93.53º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305612 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 86 18 -
CMYK 0.44 0 0.79 0.66
HSL 93.53º 0.65% 0.2% -
HSV(B) 93.53º 0.79% 0.34% -
XYZ 4.66 7.33 1.74 -
YUV 66.89 100.41 114.53 -
System Red Green Blue C M Y K H S L
Decimal 48 86 18 0.44 0 0.79 0.66 93.53 0.65 0.2
Hex 30 56 12 2C 0 4F 42 5E 41 14
Octal 60 126 22 54 0 117 102 136 101 24
Binary 110000 1010110 10010 101100 0 1001111 1000010 1011110 1000001 10100

Color Harmonies of #305612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305612

Black with #305612

Text Example


Text Example

White with #305612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305612; }

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

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

background-color css

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

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

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

border-color css

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

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

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