Html Css Color HEX #306F6A Genoa

📋 copy color: '#306F6A'

red 48 ◦ green 111 ◦ blue 106

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

Shades of Genoa #306F6A

Tints of Genoa #306F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40%

R = 18.11%
G = 41.89%
B = 40%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#306F6A (or 0x306F6A) is known color: Genoa. HEX triplet: 30, 6F and 6A. RGB value is (48,111,106). Sum of RGB (Red+Green+Blue) = 48+111+106=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #306F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F6A is #CF9095. Grayscale: #5B5B5B. Windows color (decimal): -13602966 or 6975280. OLE color: 6975280.

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

Color convert

RGB 48 111 106 -
CMYK 0.57 0 0.05 0.56
HSL 175.24º 0.4% 0.31% -
HSV(B) 175.24º 0.57% 0.44% -
XYZ 9.5 13.04 15.65 -
YUV 91.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 48 111 106 0.57 0 0.05 0.56 175.24 0.4 0.31
Hex 30 6F 6A 39 0 5 38 AF 28 1F
Octal 60 157 152 71 0 5 70 257 50 37
Binary 110000 1101111 1101010 111001 0 101 111000 10101111 101000 11111

Color Harmonies of #306F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F6A

Black with #306F6A

Text Example


Text Example

White with #306F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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