Html Css Color HEX #306C61 Genoa

📋 copy color: '#306C61'

red 48 ◦ green 108 ◦ blue 97

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

Shades of Genoa #306C61

Tints of Genoa #306C61

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.69%

 BLUE value IS 97 (38.28% from 255) = 38.34%

R = 18.97%
G = 42.69%
B = 38.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#306C61 (or 0x306C61) is known color: Genoa. HEX triplet: 30, 6C and 61. RGB value is (48,108,97). Sum of RGB (Red+Green+Blue) = 48+108+97=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 108 - color contains mainly: green. Hex color #306C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C61 is #CF939E. Grayscale: #585858. Windows color (decimal): -13603743 or 6384688. OLE color: 6384688.

HSL color Cylindrical-coordinate representation of color #306C61: hue angle of 169º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C61 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 97 -
CMYK 0.56 0 0.10 0.58
HSL 169º 0.38% 0.31% -
HSV(B) 169º 0.56% 0.42% -
XYZ 8.74 12.22 13.21 -
YUV 88.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 48 108 97 0.56 0 0.10 0.58 169 0.38 0.31
Hex 30 6C 61 38 0 A 3A A9 26 1F
Octal 60 154 141 70 0 12 72 251 46 37
Binary 110000 1101100 1100001 111000 0 1010 111010 10101001 100110 11111

Color Harmonies of #306C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C61

Black with #306C61

Text Example


Text Example

White with #306C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,108,97); }

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

background-color css

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

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

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

border-color css

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

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

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