Html Css Color HEX #306666 Genoa

📋 copy color: '#306666'

red 48 ◦ green 102 ◦ blue 102

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

Shades of Genoa #306666

Tints of Genoa #306666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.48%

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 19.05%
G = 40.48%
B = 40.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#306666 (or 0x306666) is known color: Genoa. HEX triplet: 30, 66 and 66. RGB value is (48,102,102). Sum of RGB (Red+Green+Blue) = 48+102+102=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #306666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306666 is #CF9999. Grayscale: #555555. Windows color (decimal): -13605274 or 6710832. OLE color: 6710832.

HSL color Cylindrical-coordinate representation of color #306666: hue angle of 180º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306666 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 102 -
CMYK 0.53 0 0 0.6
HSL 180º 0.36% 0.29% -
HSV(B) 180º 0.53% 0.4% -
XYZ 8.37 11.09 14.27 -
YUV 85.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 48 102 102 0.53 0 0 0.6 180 0.36 0.29
Hex 30 66 66 35 0 0 3C B4 24 1D
Octal 60 146 146 65 0 0 74 264 44 35
Binary 110000 1100110 1100110 110101 0 0 111100 10110100 100100 11101

Color Harmonies of #306666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306666

Black with #306666

Text Example


Text Example

White with #306666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306666; }

 p { color: rgb(48,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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