Html Css Color HEX #306350 Spectra

📋 copy color: '#306350'

red 48 ◦ green 99 ◦ blue 80

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

Shades of Spectra #306350

Tints of Spectra #306350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.61%

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

R = 21.15%
G = 43.61%
B = 35.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#306350 (or 0x306350) is known color: Spectra. HEX triplet: 30, 63 and 50. RGB value is (48,99,80). Sum of RGB (Red+Green+Blue) = 48+99+80=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #306350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306350 is #CF9CAF. Grayscale: #515151. Windows color (decimal): -13606064 or 5268272. OLE color: 5268272.

HSL color Cylindrical-coordinate representation of color #306350: hue angle of 157.65º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306350 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 80 -
CMYK 0.52 0 0.19 0.61
HSL 157.65º 0.35% 0.29% -
HSV(B) 157.65º 0.52% 0.39% -
XYZ 7.13 10.13 9.17 -
YUV 81.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 48 99 80 0.52 0 0.19 0.61 157.65 0.35 0.29
Hex 30 63 50 34 0 13 3D 9E 23 1D
Octal 60 143 120 64 0 23 75 236 43 35
Binary 110000 1100011 1010000 110100 0 10011 111101 10011110 100011 11101

Color Harmonies of #306350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306350

Black with #306350

Text Example


Text Example

White with #306350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306350; }

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

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

background-color css

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

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

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

border-color css

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

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

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