Html Css Color HEX #306A4F Spectra

📋 copy color: '#306A4F'

red 48 ◦ green 106 ◦ blue 79

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

Shades of Spectra #306A4F

Tints of Spectra #306A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 20.6%
G = 45.49%
B = 33.91%

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

#306A4F (or 0x306A4F) is known color: Spectra. HEX triplet: 30, 6A and 4F. RGB value is (48,106,79). Sum of RGB (Red+Green+Blue) = 48+106+79=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #306A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A4F is #CF95B0. Grayscale: #555555. Windows color (decimal): -13604273 or 5204528. OLE color: 5204528.

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

Color convert

RGB 48 106 79 -
CMYK 0.55 0 0.25 0.58
HSL 152.07º 0.38% 0.3% -
HSV(B) 152.07º 0.55% 0.42% -
XYZ 7.78 11.5 9.21 -
YUV 85.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 48 106 79 0.55 0 0.25 0.58 152.07 0.38 0.3
Hex 30 6A 4F 37 0 19 3A 98 26 1E
Octal 60 152 117 67 0 31 72 230 46 36
Binary 110000 1101010 1001111 110111 0 11001 111010 10011000 100110 11110

Color Harmonies of #306A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A4F

Black with #306A4F

Text Example


Text Example

White with #306A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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