Html Css Color HEX #306A50 Spectra

📋 copy color: '#306A50'

red 48 ◦ green 106 ◦ blue 80

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

Shades of Spectra #306A50

Tints of Spectra #306A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.3%

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

R = 20.51%
G = 45.3%
B = 34.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#306A50 (or 0x306A50) is known color: Spectra. HEX triplet: 30, 6A and 50. RGB value is (48,106,80). Sum of RGB (Red+Green+Blue) = 48+106+80=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #306A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A50 is #CF95AF. Grayscale: #555555. Windows color (decimal): -13604272 or 5270064. OLE color: 5270064.

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

Color convert

RGB 48 106 80 -
CMYK 0.55 0 0.25 0.58
HSL 153.1º 0.38% 0.3% -
HSV(B) 153.1º 0.55% 0.42% -
XYZ 7.82 11.52 9.4 -
YUV 85.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 48 106 80 0.55 0 0.25 0.58 153.1 0.38 0.3
Hex 30 6A 50 37 0 19 3A 99 26 1E
Octal 60 152 120 67 0 31 72 231 46 36
Binary 110000 1101010 1010000 110111 0 11001 111010 10011001 100110 11110

Color Harmonies of #306A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A50

Black with #306A50

Text Example


Text Example

White with #306A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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