Html Css Color HEX #307B63 Genoa

📋 copy color: '#307B63'

red 48 ◦ green 123 ◦ blue 99

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

Shades of Genoa #307B63

Tints of Genoa #307B63

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.56%

 BLUE value IS 99 (39.06% from 255) = 36.67%

R = 17.78%
G = 45.56%
B = 36.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#307B63 (or 0x307B63) is known color: Genoa. HEX triplet: 30, 7B and 63. RGB value is (48,123,99). Sum of RGB (Red+Green+Blue) = 48+123+99=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #307B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307B63 is #CF849C. Grayscale: #616161. Windows color (decimal): -13599901 or 6519600. OLE color: 6519600.

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

Color convert

RGB 48 123 99 -
CMYK 0.61 0 0.20 0.52
HSL 160.8º 0.44% 0.34% -
HSV(B) 160.8º 0.61% 0.48% -
XYZ 10.55 15.7 14.28 -
YUV 97.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 48 123 99 0.61 0 0.20 0.52 160.8 0.44 0.34
Hex 30 7B 63 3D 0 14 34 A1 2C 22
Octal 60 173 143 75 0 24 64 241 54 42
Binary 110000 1111011 1100011 111101 0 10100 110100 10100001 101100 100010

Color Harmonies of #307B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307B63

Black with #307B63

Text Example


Text Example

White with #307B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,123,99); }

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

background-color css

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

 a { background-color: rgb(48,123,99); }

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

border-color css

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

 span { border-color: rgb(48,123,99); }

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