Html Css Color HEX #305015 Seaweed

📋 copy color: '#305015'

red 48 ◦ green 80 ◦ blue 21

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

Shades of Seaweed #305015

Tints of Seaweed #305015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 32.21%
G = 53.69%
B = 14.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#305015 (or 0x305015) is known color: Seaweed. HEX triplet: 30, 50 and 15. RGB value is (48,80,21). Sum of RGB (Red+Green+Blue) = 48+80+21=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #305015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305015 is #CFAFEA. Grayscale: #3F3F3F. Windows color (decimal): -13610987 or 1396784. OLE color: 1396784.

HSL color Cylindrical-coordinate representation of color #305015: hue angle of 92.54º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305015 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 21 -
CMYK 0.40 0 0.74 0.69
HSL 92.54º 0.58% 0.2% -
HSV(B) 92.54º 0.74% 0.31% -
XYZ 4.22 6.42 1.73 -
YUV 63.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 48 80 21 0.40 0 0.74 0.69 92.54 0.58 0.2
Hex 30 50 15 28 0 4A 45 5D 3A 14
Octal 60 120 25 50 0 112 105 135 72 24
Binary 110000 1010000 10101 101000 0 1001010 1000101 1011101 111010 10100

Color Harmonies of #305015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305015

Black with #305015

Text Example


Text Example

White with #305015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305015; }

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

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

background-color css

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

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

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

border-color css

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

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

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