Html Css Color HEX #306F62 Genoa

📋 copy color: '#306F62'

red 48 ◦ green 111 ◦ blue 98

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

Shades of Genoa #306F62

Tints of Genoa #306F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.19%

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

R = 18.68%
G = 43.19%
B = 38.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#306F62 (or 0x306F62) is known color: Genoa. HEX triplet: 30, 6F and 62. RGB value is (48,111,98). Sum of RGB (Red+Green+Blue) = 48+111+98=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #306F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F62 is #CF909D. Grayscale: #5A5A5A. Windows color (decimal): -13602974 or 6450992. OLE color: 6450992.

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

Color convert

RGB 48 111 98 -
CMYK 0.57 0 0.12 0.56
HSL 167.62º 0.4% 0.31% -
HSV(B) 167.62º 0.57% 0.44% -
XYZ 9.11 12.88 13.56 -
YUV 90.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 48 111 98 0.57 0 0.12 0.56 167.62 0.4 0.31
Hex 30 6F 62 39 0 C 38 A8 28 1F
Octal 60 157 142 71 0 14 70 250 50 37
Binary 110000 1101111 1100010 111001 0 1100 111000 10101000 101000 11111

Color Harmonies of #306F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F62

Black with #306F62

Text Example


Text Example

White with #306F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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