Html Css Color HEX #307662 Genoa

📋 copy color: '#307662'

red 48 ◦ green 118 ◦ blue 98

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

Shades of Genoa #307662

Tints of Genoa #307662

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.7%

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 18.18%
G = 44.7%
B = 37.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#307662 (or 0x307662) is known color: Genoa. HEX triplet: 30, 76 and 62. RGB value is (48,118,98). Sum of RGB (Red+Green+Blue) = 48+118+98=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #307662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307662 is #CF899D. Grayscale: #5E5E5E. Windows color (decimal): -13601182 or 6452784. OLE color: 6452784.

HSL color Cylindrical-coordinate representation of color #307662: hue angle of 162.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307662 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 98 -
CMYK 0.59 0 0.17 0.54
HSL 162.86º 0.42% 0.33% -
HSV(B) 162.86º 0.59% 0.46% -
XYZ 9.9 14.47 13.83 -
YUV 94.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 48 118 98 0.59 0 0.17 0.54 162.86 0.42 0.33
Hex 30 76 62 3B 0 11 36 A3 2A 21
Octal 60 166 142 73 0 21 66 243 52 41
Binary 110000 1110110 1100010 111011 0 10001 110110 10100011 101010 100001

Color Harmonies of #307662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307662

Black with #307662

Text Example


Text Example

White with #307662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307662; }

 p { color: rgb(48,118,98); }

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

background-color css

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

 a { background-color: rgb(48,118,98); }

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

border-color css

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

 span { border-color: rgb(48,118,98); }

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