Html Css Color HEX #306F6E Genoa

📋 copy color: '#306F6E'

red 48 ◦ green 111 ◦ blue 110

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

Shades of Genoa #306F6E

Tints of Genoa #306F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.89%

R = 17.84%
G = 41.26%
B = 40.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#306F6E (or 0x306F6E) is known color: Genoa. HEX triplet: 30, 6F and 6E. RGB value is (48,111,110). Sum of RGB (Red+Green+Blue) = 48+111+110=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #306F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F6E is #CF9091. Grayscale: #5B5B5B. Windows color (decimal): -13602962 or 7237424. OLE color: 7237424.

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

Color convert

RGB 48 111 110 -
CMYK 0.57 0 0.01 0.56
HSL 179.05º 0.4% 0.31% -
HSV(B) 179.05º 0.57% 0.44% -
XYZ 9.72 13.12 16.77 -
YUV 92.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 48 111 110 0.57 0 0.01 0.56 179.05 0.4 0.31
Hex 30 6F 6E 39 0 1 38 B3 28 1F
Octal 60 157 156 71 0 1 70 263 50 37
Binary 110000 1101111 1101110 111001 0 1 111000 10110011 101000 11111

Color Harmonies of #306F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F6E

Black with #306F6E

Text Example


Text Example

White with #306F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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