Html Css Color HEX #306E68 Genoa

📋 copy color: '#306E68'

red 48 ◦ green 110 ◦ blue 104

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

Shades of Genoa #306E68

Tints of Genoa #306E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.98%

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

R = 18.32%
G = 41.98%
B = 39.69%

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

#306E68 (or 0x306E68) is known color: Genoa. HEX triplet: 30, 6E and 68. RGB value is (48,110,104). Sum of RGB (Red+Green+Blue) = 48+110+104=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #306E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E68 is #CF9197. Grayscale: #5A5A5A. Windows color (decimal): -13603224 or 6843952. OLE color: 6843952.

HSL color Cylindrical-coordinate representation of color #306E68: hue angle of 174.19º 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 #306E68 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 110 104 -
CMYK 0.56 0 0.05 0.57
HSL 174.19º 0.39% 0.31% -
HSV(B) 174.19º 0.56% 0.43% -
XYZ 9.29 12.78 15.07 -
YUV 90.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 48 110 104 0.56 0 0.05 0.57 174.19 0.39 0.31
Hex 30 6E 68 38 0 5 39 AE 27 1F
Octal 60 156 150 70 0 5 71 256 47 37
Binary 110000 1101110 1101000 111000 0 101 111001 10101110 100111 11111

Color Harmonies of #306E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E68

Black with #306E68

Text Example


Text Example

White with #306E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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