Html Css Color HEX #30684E Spectra

📋 copy color: '#30684E'

red 48 ◦ green 104 ◦ blue 78

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

Shades of Spectra #30684E

Tints of Spectra #30684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.22%

 BLUE value IS 78 (30.86% from 255) = 33.91%

R = 20.87%
G = 45.22%
B = 33.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#30684E (or 0x30684E) is known color: Spectra. HEX triplet: 30, 68 and 4E. RGB value is (48,104,78). Sum of RGB (Red+Green+Blue) = 48+104+78=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #30684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30684E is #CF97B1. Grayscale: #545454. Windows color (decimal): -13604786 or 5138480. OLE color: 5138480.

HSL color Cylindrical-coordinate representation of color #30684E: hue angle of 152.14º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30684E is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 78 -
CMYK 0.54 0 0.25 0.59
HSL 152.14º 0.37% 0.3% -
HSV(B) 152.14º 0.54% 0.41% -
XYZ 7.54 11.08 8.95 -
YUV 84.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 48 104 78 0.54 0 0.25 0.59 152.14 0.37 0.3
Hex 30 68 4E 36 0 19 3B 98 25 1E
Octal 60 150 116 66 0 31 73 230 45 36
Binary 110000 1101000 1001110 110110 0 11001 111011 10011000 100101 11110

Color Harmonies of #30684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30684E

Black with #30684E

Text Example


Text Example

White with #30684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30684E; }

 p { color: rgb(48,104,78); }

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

background-color css

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

 a { background-color: rgb(48,104,78); }

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

border-color css

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

 span { border-color: rgb(48,104,78); }

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