Html Css Color HEX #305514 Seaweed

📋 copy color: '#305514'

red 48 ◦ green 85 ◦ blue 20

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

Shades of Seaweed #305514

Tints of Seaweed #305514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.56%

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 31.37%
G = 55.56%
B = 13.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#305514 (or 0x305514) is known color: Seaweed. HEX triplet: 30, 55 and 14. RGB value is (48,85,20). Sum of RGB (Red+Green+Blue) = 48+85+20=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #305514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305514 is #CFAAEB. Grayscale: #424242. Windows color (decimal): -13609708 or 1332528. OLE color: 1332528.

HSL color Cylindrical-coordinate representation of color #305514: hue angle of 94.15º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305514 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 20 -
CMYK 0.44 0 0.76 0.67
HSL 94.15º 0.62% 0.21% -
HSV(B) 94.15º 0.76% 0.33% -
XYZ 4.59 7.18 1.8 -
YUV 66.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 48 85 20 0.44 0 0.76 0.67 94.15 0.62 0.21
Hex 30 55 14 2C 0 4C 43 5E 3E 15
Octal 60 125 24 54 0 114 103 136 76 25
Binary 110000 1010101 10100 101100 0 1001100 1000011 1011110 111110 10101

Color Harmonies of #305514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305514

Black with #305514

Text Example


Text Example

White with #305514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305514; }

 p { color: rgb(48,85,20); }

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

background-color css

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

 a { background-color: rgb(48,85,20); }

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

border-color css

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

 span { border-color: rgb(48,85,20); }

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