Html Css Color HEX #30624B Spectra

📋 copy color: '#30624B'

red 48 ◦ green 98 ◦ blue 75

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

Shades of Spectra #30624B

Tints of Spectra #30624B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.34%

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

R = 21.72%
G = 44.34%
B = 33.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#30624B (or 0x30624B) is known color: Spectra. HEX triplet: 30, 62 and 4B. RGB value is (48,98,75). Sum of RGB (Red+Green+Blue) = 48+98+75=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #30624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30624B is #CF9DB4. Grayscale: #505050. Windows color (decimal): -13606325 or 4940336. OLE color: 4940336.

HSL color Cylindrical-coordinate representation of color #30624B: hue angle of 152.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30624B is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 75 -
CMYK 0.51 0 0.23 0.62
HSL 152.4º 0.34% 0.29% -
HSV(B) 152.4º 0.51% 0.38% -
XYZ 6.86 9.87 8.2 -
YUV 80.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 48 98 75 0.51 0 0.23 0.62 152.4 0.34 0.29
Hex 30 62 4B 33 0 17 3E 98 22 1D
Octal 60 142 113 63 0 27 76 230 42 35
Binary 110000 1100010 1001011 110011 0 10111 111110 10011000 100010 11101

Color Harmonies of #30624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30624B

Black with #30624B

Text Example


Text Example

White with #30624B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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