Html Css Color HEX #307E6A Genoa

📋 copy color: '#307E6A'

red 48 ◦ green 126 ◦ blue 106

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

Shades of Genoa #307E6A

Tints of Genoa #307E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45%

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

R = 17.14%
G = 45%
B = 37.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#307E6A (or 0x307E6A) is known color: Genoa. HEX triplet: 30, 7E and 6A. RGB value is (48,126,106). Sum of RGB (Red+Green+Blue) = 48+126+106=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #307E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E6A is #CF8195. Grayscale: #646464. Windows color (decimal): -13599126 or 6979120. OLE color: 6979120.

HSL color Cylindrical-coordinate representation of color #307E6A: hue angle of 164.62º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E6A is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 126 106 -
CMYK 0.62 0 0.16 0.51
HSL 164.62º 0.45% 0.34% -
HSV(B) 164.62º 0.62% 0.49% -
XYZ 11.28 16.59 16.24 -
YUV 100.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 48 126 106 0.62 0 0.16 0.51 164.62 0.45 0.34
Hex 30 7E 6A 3E 0 10 33 A5 2D 22
Octal 60 176 152 76 0 20 63 245 55 42
Binary 110000 1111110 1101010 111110 0 10000 110011 10100101 101101 100010

Color Harmonies of #307E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307E6A

Black with #307E6A

Text Example


Text Example

White with #307E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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