Html Css Color HEX #307A6E Genoa

📋 copy color: '#307A6E'

red 48 ◦ green 122 ◦ blue 110

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

Shades of Genoa #307A6E

Tints of Genoa #307A6E

RGB

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

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

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

R = 17.14%
G = 43.57%
B = 39.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#307A6E (or 0x307A6E) is known color: Genoa. HEX triplet: 30, 7A and 6E. RGB value is (48,122,110). Sum of RGB (Red+Green+Blue) = 48+122+110=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #307A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A6E is #CF8591. Grayscale: #626262. Windows color (decimal): -13600146 or 7240240. OLE color: 7240240.

HSL color Cylindrical-coordinate representation of color #307A6E: hue angle of 170.27º 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 #307A6E is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 122 110 -
CMYK 0.61 0 0.10 0.52
HSL 170.27º 0.44% 0.33% -
HSV(B) 170.27º 0.61% 0.48% -
XYZ 10.99 15.67 17.2 -
YUV 98.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 48 122 110 0.61 0 0.10 0.52 170.27 0.44 0.33
Hex 30 7A 6E 3D 0 A 34 AA 2C 21
Octal 60 172 156 75 0 12 64 252 54 41
Binary 110000 1111010 1101110 111101 0 1010 110100 10101010 101100 100001

Color Harmonies of #307A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A6E

Black with #307A6E

Text Example


Text Example

White with #307A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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