Html Css Color HEX #306E6C Genoa

📋 copy color: '#306E6C'

red 48 ◦ green 110 ◦ blue 108

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

Shades of Genoa #306E6C

Tints of Genoa #306E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 18.05%
G = 41.35%
B = 40.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#306E6C (or 0x306E6C) is known color: Genoa. HEX triplet: 30, 6E and 6C. RGB value is (48,110,108). Sum of RGB (Red+Green+Blue) = 48+110+108=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 110 - color contains mainly: green. Hex color #306E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E6C is #CF9193. Grayscale: #5B5B5B. Windows color (decimal): -13603220 or 7106096. OLE color: 7106096.

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

Color convert

RGB 48 110 108 -
CMYK 0.56 0 0.02 0.57
HSL 178.06º 0.39% 0.31% -
HSV(B) 178.06º 0.56% 0.43% -
XYZ 9.5 12.86 16.17 -
YUV 91.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 48 110 108 0.56 0 0.02 0.57 178.06 0.39 0.31
Hex 30 6E 6C 38 0 2 39 B2 27 1F
Octal 60 156 154 70 0 2 71 262 47 37
Binary 110000 1101110 1101100 111000 0 10 111001 10110010 100111 11111

Color Harmonies of #306E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E6C

Black with #306E6C

Text Example


Text Example

White with #306E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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