Html Css Color HEX #30684D Spectra

📋 copy color: '#30684D'

red 48 ◦ green 104 ◦ blue 77

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

Shades of Spectra #30684D

Tints of Spectra #30684D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 20.96%
G = 45.41%
B = 33.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#30684D (or 0x30684D) is known color: Spectra. HEX triplet: 30, 68 and 4D. RGB value is (48,104,77). Sum of RGB (Red+Green+Blue) = 48+104+77=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #30684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30684D is #CF97B2. Grayscale: #545454. Windows color (decimal): -13604787 or 5072944. OLE color: 5072944.

HSL color Cylindrical-coordinate representation of color #30684D: hue angle of 151.07º 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 #30684D is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 77 -
CMYK 0.54 0 0.26 0.59
HSL 151.07º 0.37% 0.3% -
HSV(B) 151.07º 0.54% 0.41% -
XYZ 7.51 11.06 8.76 -
YUV 84.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 48 104 77 0.54 0 0.26 0.59 151.07 0.37 0.3
Hex 30 68 4D 36 0 1A 3B 97 25 1E
Octal 60 150 115 66 0 32 73 227 45 36
Binary 110000 1101000 1001101 110110 0 11010 111011 10010111 100101 11110

Color Harmonies of #30684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30684D

Black with #30684D

Text Example


Text Example

White with #30684D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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