Html Css Color HEX #30674D Spectra

📋 copy color: '#30674D'

red 48 ◦ green 103 ◦ blue 77

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

Shades of Spectra #30674D

Tints of Spectra #30674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.18%

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

R = 21.05%
G = 45.18%
B = 33.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#30674D (or 0x30674D) is known color: Spectra. HEX triplet: 30, 67 and 4D. RGB value is (48,103,77). Sum of RGB (Red+Green+Blue) = 48+103+77=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #30674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30674D is #CF98B2. Grayscale: #535353. Windows color (decimal): -13605043 or 5072688. OLE color: 5072688.

HSL color Cylindrical-coordinate representation of color #30674D: hue angle of 151.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30674D is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 103 77 -
CMYK 0.53 0 0.25 0.60
HSL 151.64º 0.36% 0.3% -
HSV(B) 151.64º 0.53% 0.4% -
XYZ 7.41 10.86 8.73 -
YUV 83.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 48 103 77 0.53 0 0.25 0.60 151.64 0.36 0.3
Hex 30 67 4D 35 0 19 3C 98 24 1E
Octal 60 147 115 65 0 31 74 230 44 36
Binary 110000 1100111 1001101 110101 0 11001 111100 10011000 100100 11110

Color Harmonies of #30674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30674D

Black with #30674D

Text Example


Text Example

White with #30674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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