Html Css Color HEX #306F6D Genoa

📋 copy color: '#306F6D'

red 48 ◦ green 111 ◦ blue 109

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

Shades of Genoa #306F6D

Tints of Genoa #306F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 17.91%
G = 41.42%
B = 40.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#306F6D (or 0x306F6D) is known color: Genoa. HEX triplet: 30, 6F and 6D. RGB value is (48,111,109). Sum of RGB (Red+Green+Blue) = 48+111+109=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #306F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F6D is #CF9092. Grayscale: #5B5B5B. Windows color (decimal): -13602963 or 7171888. OLE color: 7171888.

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

Color convert

RGB 48 111 109 -
CMYK 0.57 0 0.02 0.56
HSL 178.1º 0.4% 0.31% -
HSV(B) 178.1º 0.57% 0.44% -
XYZ 9.66 13.1 16.49 -
YUV 91.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 48 111 109 0.57 0 0.02 0.56 178.1 0.4 0.31
Hex 30 6F 6D 39 0 2 38 B2 28 1F
Octal 60 157 155 71 0 2 70 262 50 37
Binary 110000 1101111 1101101 111001 0 10 111000 10110010 101000 11111

Color Harmonies of #306F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F6D

Black with #306F6D

Text Example


Text Example

White with #306F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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