Html Css Color HEX #30604F Spectra

📋 copy color: '#30604F'

red 48 ◦ green 96 ◦ blue 79

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

Shades of Spectra #30604F

Tints of Spectra #30604F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 21.52%
G = 43.05%
B = 35.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#30604F (or 0x30604F) is known color: Spectra. HEX triplet: 30, 60 and 4F. RGB value is (48,96,79). Sum of RGB (Red+Green+Blue) = 48+96+79=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #30604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30604F is #CF9FB0. Grayscale: #4F4F4F. Windows color (decimal): -13606833 or 5201968. OLE color: 5201968.

HSL color Cylindrical-coordinate representation of color #30604F: hue angle of 158.75º 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 #30604F is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 79 -
CMYK 0.50 0 0.18 0.62
HSL 158.75º 0.33% 0.28% -
HSV(B) 158.75º 0.5% 0.38% -
XYZ 6.81 9.56 8.88 -
YUV 79.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 48 96 79 0.50 0 0.18 0.62 158.75 0.33 0.28
Hex 30 60 4F 32 0 12 3E 9F 21 1C
Octal 60 140 117 62 0 22 76 237 41 34
Binary 110000 1100000 1001111 110010 0 10010 111110 10011111 100001 11100

Color Harmonies of #30604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30604F

Black with #30604F

Text Example


Text Example

White with #30604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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