Html Css Color HEX #307066 Genoa

📋 copy color: '#307066'

red 48 ◦ green 112 ◦ blue 102

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

Shades of Genoa #307066

Tints of Genoa #307066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

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

R = 18.32%
G = 42.75%
B = 38.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#307066 (or 0x307066) is known color: Genoa. HEX triplet: 30, 70 and 66. RGB value is (48,112,102). Sum of RGB (Red+Green+Blue) = 48+112+102=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #307066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307066 is #CF8F99. Grayscale: #5B5B5B. Windows color (decimal): -13602714 or 6713392. OLE color: 6713392.

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

Color convert

RGB 48 112 102 -
CMYK 0.57 0 0.09 0.56
HSL 170.63º 0.4% 0.31% -
HSV(B) 170.63º 0.57% 0.44% -
XYZ 9.41 13.18 14.62 -
YUV 91.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 48 112 102 0.57 0 0.09 0.56 170.63 0.4 0.31
Hex 30 70 66 39 0 9 38 AB 28 1F
Octal 60 160 146 71 0 11 70 253 50 37
Binary 110000 1110000 1100110 111001 0 1001 111000 10101011 101000 11111

Color Harmonies of #307066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307066

Black with #307066

Text Example


Text Example

White with #307066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307066; }

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

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

background-color css

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

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

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

border-color css

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

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

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