Html Css Color HEX #307A6B Genoa

📋 copy color: '#307A6B'

red 48 ◦ green 122 ◦ blue 107

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

Shades of Genoa #307A6B

Tints of Genoa #307A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.04%

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

R = 17.33%
G = 44.04%
B = 38.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#307A6B (or 0x307A6B) is known color: Genoa. HEX triplet: 30, 7A and 6B. RGB value is (48,122,107). Sum of RGB (Red+Green+Blue) = 48+122+107=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #307A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A6B is #CF8594. Grayscale: #626262. Windows color (decimal): -13600149 or 7043632. OLE color: 7043632.

HSL color Cylindrical-coordinate representation of color #307A6B: hue angle of 167.84º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A6B is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 122 107 -
CMYK 0.61 0 0.12 0.52
HSL 167.84º 0.44% 0.33% -
HSV(B) 167.84º 0.61% 0.48% -
XYZ 10.83 15.61 16.35 -
YUV 98.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 48 122 107 0.61 0 0.12 0.52 167.84 0.44 0.33
Hex 30 7A 6B 3D 0 C 34 A8 2C 21
Octal 60 172 153 75 0 14 64 250 54 41
Binary 110000 1111010 1101011 111101 0 1100 110100 10101000 101100 100001

Color Harmonies of #307A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A6B

Black with #307A6B

Text Example


Text Example

White with #307A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307A6B; }

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

 H1.HeaderClassName
 {
   color: #307A6B;
 }
 .AnyTagClassName
 {
   color: #307A6B;
 }
</style>

background-color css

<style>
 a { background-color: #307A6B; }

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

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

border-color css

<style>
 span { border-color: #307A6B; }

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

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