Html Css Color HEX #30604A Spectra

📋 copy color: '#30604A'

red 48 ◦ green 96 ◦ blue 74

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

Shades of Spectra #30604A

Tints of Spectra #30604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 22.02%
G = 44.04%
B = 33.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#30604A (or 0x30604A) is known color: Spectra. HEX triplet: 30, 60 and 4A. RGB value is (48,96,74). Sum of RGB (Red+Green+Blue) = 48+96+74=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #30604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30604A is #CF9FB5. Grayscale: #4F4F4F. Windows color (decimal): -13606838 or 4874288. OLE color: 4874288.

HSL color Cylindrical-coordinate representation of color #30604A: hue angle of 152.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30604A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 74 -
CMYK 0.50 0 0.23 0.62
HSL 152.5º 0.33% 0.28% -
HSV(B) 152.5º 0.5% 0.38% -
XYZ 6.64 9.49 7.96 -
YUV 79.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 48 96 74 0.50 0 0.23 0.62 152.5 0.33 0.28
Hex 30 60 4A 32 0 17 3E 98 21 1C
Octal 60 140 112 62 0 27 76 230 41 34
Binary 110000 1100000 1001010 110010 0 10111 111110 10011000 100001 11100

Color Harmonies of #30604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30604A

Black with #30604A

Text Example


Text Example

White with #30604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30604A; }

 p { color: rgb(48,96,74); }

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

background-color css

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

 a { background-color: rgb(48,96,74); }

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

border-color css

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

 span { border-color: rgb(48,96,74); }

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