Html Css Color HEX #30554C Spectra

📋 copy color: '#30554C'

red 48 ◦ green 85 ◦ blue 76

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

Shades of Spectra #30554C

Tints of Spectra #30554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 22.97%
G = 40.67%
B = 36.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#30554C (or 0x30554C) is known color: Spectra. HEX triplet: 30, 55 and 4C. RGB value is (48,85,76). Sum of RGB (Red+Green+Blue) = 48+85+76=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #30554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30554C is #CFAAB3. Grayscale: #484848. Windows color (decimal): -13609652 or 5002544. OLE color: 5002544.

HSL color Cylindrical-coordinate representation of color #30554C: hue angle of 165.41º 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 #30554C is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 76 -
CMYK 0.44 0 0.11 0.67
HSL 165.41º 0.28% 0.26% -
HSV(B) 165.41º 0.44% 0.33% -
XYZ 5.77 7.65 8.01 -
YUV 72.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 48 85 76 0.44 0 0.11 0.67 165.41 0.28 0.26
Hex 30 55 4C 2C 0 B 43 A5 1C 1A
Octal 60 125 114 54 0 13 103 245 34 32
Binary 110000 1010101 1001100 101100 0 1011 1000011 10100101 11100 11010

Color Harmonies of #30554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30554C

Black with #30554C

Text Example


Text Example

White with #30554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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