Html Css Color HEX #306A4E Spectra

📋 copy color: '#306A4E'

red 48 ◦ green 106 ◦ blue 78

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

Shades of Spectra #306A4E

Tints of Spectra #306A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.62%

R = 20.69%
G = 45.69%
B = 33.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#306A4E (or 0x306A4E) is known color: Spectra. HEX triplet: 30, 6A and 4E. RGB value is (48,106,78). Sum of RGB (Red+Green+Blue) = 48+106+78=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #306A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A4E is #CF95B1. Grayscale: #555555. Windows color (decimal): -13604274 or 5138992. OLE color: 5138992.

HSL color Cylindrical-coordinate representation of color #306A4E: hue angle of 151.03º 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 #306A4E is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 106 78 -
CMYK 0.55 0 0.26 0.58
HSL 151.03º 0.38% 0.3% -
HSV(B) 151.03º 0.55% 0.42% -
XYZ 7.75 11.49 9.02 -
YUV 85.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 48 106 78 0.55 0 0.26 0.58 151.03 0.38 0.3
Hex 30 6A 4E 37 0 1A 3A 97 26 1E
Octal 60 152 116 67 0 32 72 227 46 36
Binary 110000 1101010 1001110 110111 0 11010 111010 10010111 100110 11110

Color Harmonies of #306A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A4E

Black with #306A4E

Text Example


Text Example

White with #306A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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