Html Css Color HEX #306B65 Genoa

📋 copy color: '#306B65'

red 48 ◦ green 107 ◦ blue 101

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

Shades of Genoa #306B65

Tints of Genoa #306B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.8%

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

R = 18.75%
G = 41.8%
B = 39.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#306B65 (or 0x306B65) is known color: Genoa. HEX triplet: 30, 6B and 65. RGB value is (48,107,101). Sum of RGB (Red+Green+Blue) = 48+107+101=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #306B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B65 is #CF949A. Grayscale: #585858. Windows color (decimal): -13603995 or 6646576. OLE color: 6646576.

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

Color convert

RGB 48 107 101 -
CMYK 0.55 0 0.06 0.58
HSL 173.9º 0.38% 0.3% -
HSV(B) 173.9º 0.55% 0.42% -
XYZ 8.83 12.08 14.18 -
YUV 88.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 48 107 101 0.55 0 0.06 0.58 173.9 0.38 0.3
Hex 30 6B 65 37 0 6 3A AE 26 1E
Octal 60 153 145 67 0 6 72 256 46 36
Binary 110000 1101011 1100101 110111 0 110 111010 10101110 100110 11110

Color Harmonies of #306B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B65

Black with #306B65

Text Example


Text Example

White with #306B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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