Html Css Color HEX #306C50 Spectra

📋 copy color: '#306C50'

red 48 ◦ green 108 ◦ blue 80

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

Shades of Spectra #306C50

Tints of Spectra #306C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.76%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 20.34%
G = 45.76%
B = 33.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#306C50 (or 0x306C50) is known color: Spectra. HEX triplet: 30, 6C and 50. RGB value is (48,108,80). Sum of RGB (Red+Green+Blue) = 48+108+80=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 108 - color contains mainly: green. Hex color #306C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C50 is #CF93AF. Grayscale: #565656. Windows color (decimal): -13603760 or 5270576. OLE color: 5270576.

HSL color Cylindrical-coordinate representation of color #306C50: hue angle of 152º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C50 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 80 -
CMYK 0.56 0 0.26 0.58
HSL 152º 0.38% 0.31% -
HSV(B) 152º 0.56% 0.42% -
XYZ 8.03 11.93 9.47 -
YUV 86.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 48 108 80 0.56 0 0.26 0.58 152 0.38 0.31
Hex 30 6C 50 38 0 1A 3A 98 26 1F
Octal 60 154 120 70 0 32 72 230 46 37
Binary 110000 1101100 1010000 111000 0 11010 111010 10011000 100110 11111

Color Harmonies of #306C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C50

Black with #306C50

Text Example


Text Example

White with #306C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,108,80); }

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

background-color css

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

 a { background-color: rgb(48,108,80); }

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

border-color css

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

 span { border-color: rgb(48,108,80); }

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