Html Css Color HEX #306F60 Genoa

📋 copy color: '#306F60'

red 48 ◦ green 111 ◦ blue 96

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

Shades of Genoa #306F60

Tints of Genoa #306F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 18.82%
G = 43.53%
B = 37.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#306F60 (or 0x306F60) is known color: Genoa. HEX triplet: 30, 6F and 60. RGB value is (48,111,96). Sum of RGB (Red+Green+Blue) = 48+111+96=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #306F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F60 is #CF909F. Grayscale: #5A5A5A. Windows color (decimal): -13602976 or 6319920. OLE color: 6319920.

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

Color convert

RGB 48 111 96 -
CMYK 0.57 0 0.14 0.56
HSL 165.71º 0.4% 0.31% -
HSV(B) 165.71º 0.57% 0.44% -
XYZ 9.01 12.84 13.07 -
YUV 90.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 48 111 96 0.57 0 0.14 0.56 165.71 0.4 0.31
Hex 30 6F 60 39 0 E 38 A6 28 1F
Octal 60 157 140 71 0 16 70 246 50 37
Binary 110000 1101111 1100000 111001 0 1110 111000 10100110 101000 11111

Color Harmonies of #306F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F60

Black with #306F60

Text Example


Text Example

White with #306F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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