Html Css Color HEX #306D68 Genoa

📋 copy color: '#306D68'

red 48 ◦ green 109 ◦ blue 104

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

Shades of Genoa #306D68

Tints of Genoa #306D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.76%

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 18.39%
G = 41.76%
B = 39.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#306D68 (or 0x306D68) is known color: Genoa. HEX triplet: 30, 6D and 68. RGB value is (48,109,104). Sum of RGB (Red+Green+Blue) = 48+109+104=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #306D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D68 is #CF9297. Grayscale: #5A5A5A. Windows color (decimal): -13603480 or 6843696. OLE color: 6843696.

HSL color Cylindrical-coordinate representation of color #306D68: hue angle of 175.08º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306D68 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 109 104 -
CMYK 0.56 0 0.05 0.57
HSL 175.08º 0.39% 0.31% -
HSV(B) 175.08º 0.56% 0.43% -
XYZ 9.19 12.57 15.04 -
YUV 90.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 48 109 104 0.56 0 0.05 0.57 175.08 0.39 0.31
Hex 30 6D 68 38 0 5 39 AF 27 1F
Octal 60 155 150 70 0 5 71 257 47 37
Binary 110000 1101101 1101000 111000 0 101 111001 10101111 100111 11111

Color Harmonies of #306D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D68

Black with #306D68

Text Example


Text Example

White with #306D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,104); }

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

background-color css

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

 a { background-color: rgb(48,109,104); }

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

border-color css

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

 span { border-color: rgb(48,109,104); }

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