Html Css Color HEX #306C65 Genoa

📋 copy color: '#306C65'

red 48 ◦ green 108 ◦ blue 101

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

Shades of Genoa #306C65

Tints of Genoa #306C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.02%

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

R = 18.68%
G = 42.02%
B = 39.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#306C65 (or 0x306C65) is known color: Genoa. HEX triplet: 30, 6C and 65. RGB value is (48,108,101). Sum of RGB (Red+Green+Blue) = 48+108+101=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 108 - color contains mainly: green. Hex color #306C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C65 is #CF939A. Grayscale: #595959. Windows color (decimal): -13603739 or 6646832. OLE color: 6646832.

HSL color Cylindrical-coordinate representation of color #306C65: hue angle of 173º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C65 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 101 -
CMYK 0.56 0 0.06 0.58
HSL 173º 0.38% 0.31% -
HSV(B) 173º 0.56% 0.42% -
XYZ 8.93 12.29 14.21 -
YUV 89.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 48 108 101 0.56 0 0.06 0.58 173 0.38 0.31
Hex 30 6C 65 38 0 6 3A AD 26 1F
Octal 60 154 145 70 0 6 72 255 46 37
Binary 110000 1101100 1100101 111000 0 110 111010 10101101 100110 11111

Color Harmonies of #306C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C65

Black with #306C65

Text Example


Text Example

White with #306C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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