Html Css Color HEX #306F61 Genoa

📋 copy color: '#306F61'

red 48 ◦ green 111 ◦ blue 97

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

Shades of Genoa #306F61

Tints of Genoa #306F61

RGB

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

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

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

R = 18.75%
G = 43.36%
B = 37.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#306F61 (or 0x306F61) is known color: Genoa. HEX triplet: 30, 6F and 61. RGB value is (48,111,97). Sum of RGB (Red+Green+Blue) = 48+111+97=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #306F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F61 is #CF909E. Grayscale: #5A5A5A. Windows color (decimal): -13602975 or 6385456. OLE color: 6385456.

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

Color convert

RGB 48 111 97 -
CMYK 0.57 0 0.13 0.56
HSL 166.67º 0.4% 0.31% -
HSV(B) 166.67º 0.57% 0.44% -
XYZ 9.06 12.86 13.31 -
YUV 90.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 48 111 97 0.57 0 0.13 0.56 166.67 0.4 0.31
Hex 30 6F 61 39 0 D 38 A7 28 1F
Octal 60 157 141 71 0 15 70 247 50 37
Binary 110000 1101111 1100001 111001 0 1101 111000 10100111 101000 11111

Color Harmonies of #306F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F61

Black with #306F61

Text Example


Text Example

White with #306F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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