Html Css Color HEX #306F6B Genoa

📋 copy color: '#306F6B'

red 48 ◦ green 111 ◦ blue 107

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

Shades of Genoa #306F6B

Tints of Genoa #306F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.23%

R = 18.05%
G = 41.73%
B = 40.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#306F6B (or 0x306F6B) is known color: Genoa. HEX triplet: 30, 6F and 6B. RGB value is (48,111,107). Sum of RGB (Red+Green+Blue) = 48+111+107=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #306F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F6B is #CF9094. Grayscale: #5B5B5B. Windows color (decimal): -13602965 or 7040816. OLE color: 7040816.

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

Color convert

RGB 48 111 107 -
CMYK 0.57 0 0.04 0.56
HSL 176.19º 0.4% 0.31% -
HSV(B) 176.19º 0.57% 0.44% -
XYZ 9.56 13.06 15.93 -
YUV 91.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 48 111 107 0.57 0 0.04 0.56 176.19 0.4 0.31
Hex 30 6F 6B 39 0 4 38 B0 28 1F
Octal 60 157 153 71 0 4 70 260 50 37
Binary 110000 1101111 1101011 111001 0 100 111000 10110000 101000 11111

Color Harmonies of #306F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F6B

Black with #306F6B

Text Example


Text Example

White with #306F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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