Html Css Color HEX #306F64 Genoa

📋 copy color: '#306F64'

red 48 ◦ green 111 ◦ blue 100

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

Shades of Genoa #306F64

Tints of Genoa #306F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.61%

R = 18.53%
G = 42.86%
B = 38.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#306F64 (or 0x306F64) is known color: Genoa. HEX triplet: 30, 6F and 64. RGB value is (48,111,100). Sum of RGB (Red+Green+Blue) = 48+111+100=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #306F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F64 is #CF909B. Grayscale: #5A5A5A. Windows color (decimal): -13602972 or 6582064. OLE color: 6582064.

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

Color convert

RGB 48 111 100 -
CMYK 0.57 0 0.10 0.56
HSL 169.52º 0.4% 0.31% -
HSV(B) 169.52º 0.57% 0.44% -
XYZ 9.2 12.92 14.06 -
YUV 90.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 48 111 100 0.57 0 0.10 0.56 169.52 0.4 0.31
Hex 30 6F 64 39 0 A 38 AA 28 1F
Octal 60 157 144 71 0 12 70 252 50 37
Binary 110000 1101111 1100100 111001 0 1010 111000 10101010 101000 11111

Color Harmonies of #306F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F64

Black with #306F64

Text Example


Text Example

White with #306F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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