Html Css Color HEX #306F63 Genoa

📋 copy color: '#306F63'

red 48 ◦ green 111 ◦ blue 99

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

Shades of Genoa #306F63

Tints of Genoa #306F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 18.6%
G = 43.02%
B = 38.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#306F63 (or 0x306F63) is known color: Genoa. HEX triplet: 30, 6F and 63. RGB value is (48,111,99). Sum of RGB (Red+Green+Blue) = 48+111+99=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #306F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F63 is #CF909C. Grayscale: #5A5A5A. Windows color (decimal): -13602973 or 6516528. OLE color: 6516528.

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

Color convert

RGB 48 111 99 -
CMYK 0.57 0 0.11 0.56
HSL 168.57º 0.4% 0.31% -
HSV(B) 168.57º 0.57% 0.44% -
XYZ 9.16 12.9 13.81 -
YUV 90.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 48 111 99 0.57 0 0.11 0.56 168.57 0.4 0.31
Hex 30 6F 63 39 0 B 38 A9 28 1F
Octal 60 157 143 71 0 13 70 251 50 37
Binary 110000 1101111 1100011 111001 0 1011 111000 10101001 101000 11111

Color Harmonies of #306F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F63

Black with #306F63

Text Example


Text Example

White with #306F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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