Html Css Color HEX #306E64 Genoa

📋 copy color: '#306E64'

red 48 ◦ green 110 ◦ blue 100

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

Shades of Genoa #306E64

Tints of Genoa #306E64

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.64%

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

R = 18.6%
G = 42.64%
B = 38.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#306E64 (or 0x306E64) is known color: Genoa. HEX triplet: 30, 6E and 64. RGB value is (48,110,100). Sum of RGB (Red+Green+Blue) = 48+110+100=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #306E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E64 is #CF919B. Grayscale: #5A5A5A. Windows color (decimal): -13603228 or 6581808. OLE color: 6581808.

HSL color Cylindrical-coordinate representation of color #306E64: hue angle of 170.32º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306E64 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 110 100 -
CMYK 0.56 0 0.09 0.57
HSL 170.32º 0.39% 0.31% -
HSV(B) 170.32º 0.56% 0.43% -
XYZ 9.1 12.7 14.03 -
YUV 90.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 48 110 100 0.56 0 0.09 0.57 170.32 0.39 0.31
Hex 30 6E 64 38 0 9 39 AA 27 1F
Octal 60 156 144 70 0 11 71 252 47 37
Binary 110000 1101110 1100100 111000 0 1001 111001 10101010 100111 11111

Color Harmonies of #306E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E64

Black with #306E64

Text Example


Text Example

White with #306E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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