Html Css Color HEX #30554A Spectra

📋 copy color: '#30554A'

red 48 ◦ green 85 ◦ blue 74

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

Shades of Spectra #30554A

Tints of Spectra #30554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

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

R = 23.19%
G = 41.06%
B = 35.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#30554A (or 0x30554A) is known color: Spectra. HEX triplet: 30, 55 and 4A. RGB value is (48,85,74). Sum of RGB (Red+Green+Blue) = 48+85+74=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #30554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30554A is #CFAAB5. Grayscale: #484848. Windows color (decimal): -13609654 or 4871472. OLE color: 4871472.

HSL color Cylindrical-coordinate representation of color #30554A: hue angle of 162.16º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30554A is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 74 -
CMYK 0.44 0 0.13 0.67
HSL 162.16º 0.28% 0.26% -
HSV(B) 162.16º 0.44% 0.33% -
XYZ 5.7 7.62 7.65 -
YUV 72.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 48 85 74 0.44 0 0.13 0.67 162.16 0.28 0.26
Hex 30 55 4A 2C 0 D 43 A2 1C 1A
Octal 60 125 112 54 0 15 103 242 34 32
Binary 110000 1010101 1001010 101100 0 1101 1000011 10100010 11100 11010

Color Harmonies of #30554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30554A

Black with #30554A

Text Example


Text Example

White with #30554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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