Html Css Color HEX #305017 Seaweed

📋 copy color: '#305017'

red 48 ◦ green 80 ◦ blue 23

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

Shades of Seaweed #305017

Tints of Seaweed #305017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.23%

R = 31.79%
G = 52.98%
B = 15.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#305017 (or 0x305017) is known color: Seaweed. HEX triplet: 30, 50 and 17. RGB value is (48,80,23). Sum of RGB (Red+Green+Blue) = 48+80+23=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #305017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305017 is #CFAFE8. Grayscale: #404040. Windows color (decimal): -13610985 or 1527856. OLE color: 1527856.

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

Color convert

RGB 48 80 23 -
CMYK 0.40 0 0.71 0.69
HSL 93.68º 0.55% 0.2% -
HSV(B) 93.68º 0.71% 0.31% -
XYZ 4.24 6.43 1.83 -
YUV 63.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 48 80 23 0.40 0 0.71 0.69 93.68 0.55 0.2
Hex 30 50 17 28 0 47 45 5E 37 14
Octal 60 120 27 50 0 107 105 136 67 24
Binary 110000 1010000 10111 101000 0 1000111 1000101 1011110 110111 10100

Color Harmonies of #305017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305017

Black with #305017

Text Example


Text Example

White with #305017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305017; }

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

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

background-color css

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

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

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

border-color css

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

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

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