Html Css Color HEX #30554B Spectra

📋 copy color: '#30554B'

red 48 ◦ green 85 ◦ blue 75

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

Shades of Spectra #30554B

Tints of Spectra #30554B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 23.08%
G = 40.87%
B = 36.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#30554B (or 0x30554B) is known color: Spectra. HEX triplet: 30, 55 and 4B. RGB value is (48,85,75). Sum of RGB (Red+Green+Blue) = 48+85+75=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #30554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30554B is #CFAAB4. Grayscale: #484848. Windows color (decimal): -13609653 or 4937008. OLE color: 4937008.

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

Color convert

RGB 48 85 75 -
CMYK 0.44 0 0.12 0.67
HSL 163.78º 0.28% 0.26% -
HSV(B) 163.78º 0.44% 0.33% -
XYZ 5.74 7.63 7.83 -
YUV 72.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 48 85 75 0.44 0 0.12 0.67 163.78 0.28 0.26
Hex 30 55 4B 2C 0 C 43 A4 1C 1A
Octal 60 125 113 54 0 14 103 244 34 32
Binary 110000 1010101 1001011 101100 0 1100 1000011 10100100 11100 11010

Color Harmonies of #30554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30554B

Black with #30554B

Text Example


Text Example

White with #30554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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