Html Css Color HEX #306D64 Genoa

📋 copy color: '#306D64'

red 48 ◦ green 109 ◦ blue 100

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

Shades of Genoa #306D64

Tints of Genoa #306D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.41%

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

R = 18.68%
G = 42.41%
B = 38.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#306D64 (or 0x306D64) is known color: Genoa. HEX triplet: 30, 6D and 64. RGB value is (48,109,100). Sum of RGB (Red+Green+Blue) = 48+109+100=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #306D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D64 is #CF929B. Grayscale: #595959. Windows color (decimal): -13603484 or 6581552. OLE color: 6581552.

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

Color convert

RGB 48 109 100 -
CMYK 0.56 0 0.08 0.57
HSL 171.15º 0.39% 0.31% -
HSV(B) 171.15º 0.56% 0.43% -
XYZ 8.99 12.49 13.99 -
YUV 89.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 48 109 100 0.56 0 0.08 0.57 171.15 0.39 0.31
Hex 30 6D 64 38 0 8 39 AB 27 1F
Octal 60 155 144 70 0 10 71 253 47 37
Binary 110000 1101101 1100100 111000 0 1000 111001 10101011 100111 11111

Color Harmonies of #306D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D64

Black with #306D64

Text Example


Text Example

White with #306D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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