Html Css Color HEX #305012 Seaweed

📋 copy color: '#305012'

red 48 ◦ green 80 ◦ blue 18

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

Shades of Seaweed #305012

Tints of Seaweed #305012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.79%

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

R = 32.88%
G = 54.79%
B = 12.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#305012 (or 0x305012) is known color: Seaweed. HEX triplet: 30, 50 and 12. RGB value is (48,80,18). Sum of RGB (Red+Green+Blue) = 48+80+18=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #305012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305012 is #CFAFED. Grayscale: #3F3F3F. Windows color (decimal): -13610990 or 1200176. OLE color: 1200176.

HSL color Cylindrical-coordinate representation of color #305012: hue angle of 90.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305012 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 18 -
CMYK 0.40 0 0.78 0.69
HSL 90.97º 0.63% 0.19% -
HSV(B) 90.97º 0.78% 0.31% -
XYZ 4.2 6.41 1.59 -
YUV 63.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 48 80 18 0.40 0 0.78 0.69 90.97 0.63 0.19
Hex 30 50 12 28 0 4E 45 5B 3F 13
Octal 60 120 22 50 0 116 105 133 77 23
Binary 110000 1010000 10010 101000 0 1001110 1000101 1011011 111111 10011

Color Harmonies of #305012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305012

Black with #305012

Text Example


Text Example

White with #305012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305012; }

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

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

background-color css

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

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

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

border-color css

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

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

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