Html Css Color HEX #307166 Genoa

📋 copy color: '#307166'

red 48 ◦ green 113 ◦ blue 102

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

Shades of Genoa #307166

Tints of Genoa #307166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.97%

 BLUE value IS 102 (40.23% from 255) = 38.78%

R = 18.25%
G = 42.97%
B = 38.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#307166 (or 0x307166) is known color: Genoa. HEX triplet: 30, 71 and 66. RGB value is (48,113,102). Sum of RGB (Red+Green+Blue) = 48+113+102=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #307166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307166 is #CF8E99. Grayscale: #5C5C5C. Windows color (decimal): -13602458 or 6713648. OLE color: 6713648.

HSL color Cylindrical-coordinate representation of color #307166: hue angle of 169.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307166 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 102 -
CMYK 0.58 0 0.10 0.56
HSL 169.85º 0.4% 0.32% -
HSV(B) 169.85º 0.58% 0.44% -
XYZ 9.52 13.4 14.65 -
YUV 92.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 48 113 102 0.58 0 0.10 0.56 169.85 0.4 0.32
Hex 30 71 66 3A 0 A 38 AA 28 20
Octal 60 161 146 72 0 12 70 252 50 40
Binary 110000 1110001 1100110 111010 0 1010 111000 10101010 101000 100000

Color Harmonies of #307166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307166

Black with #307166

Text Example


Text Example

White with #307166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307166; }

 p { color: rgb(48,113,102); }

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

background-color css

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

 a { background-color: rgb(48,113,102); }

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

border-color css

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

 span { border-color: rgb(48,113,102); }

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