Html Css Color HEX #306F65 Genoa

📋 copy color: '#306F65'

red 48 ◦ green 111 ◦ blue 101

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

Shades of Genoa #306F65

Tints of Genoa #306F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 18.46%
G = 42.69%
B = 38.85%

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

#306F65 (or 0x306F65) is known color: Genoa. HEX triplet: 30, 6F and 65. RGB value is (48,111,101). Sum of RGB (Red+Green+Blue) = 48+111+101=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #306F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F65 is #CF909A. Grayscale: #5A5A5A. Windows color (decimal): -13602971 or 6647600. OLE color: 6647600.

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

Color convert

RGB 48 111 101 -
CMYK 0.57 0 0.09 0.56
HSL 170.48º 0.4% 0.31% -
HSV(B) 170.48º 0.57% 0.44% -
XYZ 9.25 12.94 14.32 -
YUV 91.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 48 111 101 0.57 0 0.09 0.56 170.48 0.4 0.31
Hex 30 6F 65 39 0 9 38 AA 28 1F
Octal 60 157 145 71 0 11 70 252 50 37
Binary 110000 1101111 1100101 111001 0 1001 111000 10101010 101000 11111

Color Harmonies of #306F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F65

Black with #306F65

Text Example


Text Example

White with #306F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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