Html Css Color HEX #306E54 Spectra

📋 copy color: '#306E54'

red 48 ◦ green 110 ◦ blue 84

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

Shades of Spectra #306E54

Tints of Spectra #306E54

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.45%

 BLUE value IS 84 (33.2% from 255) = 34.71%

R = 19.83%
G = 45.45%
B = 34.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#306E54 (or 0x306E54) is known color: Spectra. HEX triplet: 30, 6E and 54. RGB value is (48,110,84). Sum of RGB (Red+Green+Blue) = 48+110+84=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #306E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E54 is #CF91AB. Grayscale: #585858. Windows color (decimal): -13603244 or 5533232. OLE color: 5533232.

HSL color Cylindrical-coordinate representation of color #306E54: hue angle of 154.84º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306E54 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 110 84 -
CMYK 0.56 0 0.24 0.57
HSL 154.84º 0.39% 0.31% -
HSV(B) 154.84º 0.56% 0.43% -
XYZ 8.4 12.42 10.34 -
YUV 88.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 48 110 84 0.56 0 0.24 0.57 154.84 0.39 0.31
Hex 30 6E 54 38 0 18 39 9B 27 1F
Octal 60 156 124 70 0 30 71 233 47 37
Binary 110000 1101110 1010100 111000 0 11000 111001 10011011 100111 11111

Color Harmonies of #306E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E54

Black with #306E54

Text Example


Text Example

White with #306E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306E54; }

 p { color: rgb(48,110,84); }

 H1.HeaderClassName
 {
   color: #306E54;
 }
 .AnyTagClassName
 {
   color: #306E54;
 }
</style>

background-color css

<style>
 a { background-color: #306E54; }

 a { background-color: rgb(48,110,84); }

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

border-color css

<style>
 span { border-color: #306E54; }

 span { border-color: rgb(48,110,84); }

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