Html Css Color HEX #306F68 Genoa

📋 copy color: '#306F68'

red 48 ◦ green 111 ◦ blue 104

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

Shades of Genoa #306F68

Tints of Genoa #306F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.21%

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

R = 18.25%
G = 42.21%
B = 39.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#306F68 (or 0x306F68) is known color: Genoa. HEX triplet: 30, 6F and 68. RGB value is (48,111,104). Sum of RGB (Red+Green+Blue) = 48+111+104=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #306F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F68 is #CF9097. Grayscale: #5B5B5B. Windows color (decimal): -13602968 or 6844208. OLE color: 6844208.

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

Color convert

RGB 48 111 104 -
CMYK 0.57 0 0.06 0.56
HSL 173.33º 0.4% 0.31% -
HSV(B) 173.33º 0.57% 0.44% -
XYZ 9.4 13 15.11 -
YUV 91.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 48 111 104 0.57 0 0.06 0.56 173.33 0.4 0.31
Hex 30 6F 68 39 0 6 38 AD 28 1F
Octal 60 157 150 71 0 6 70 255 50 37
Binary 110000 1101111 1101000 111001 0 110 111000 10101101 101000 11111

Color Harmonies of #306F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F68

Black with #306F68

Text Example


Text Example

White with #306F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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