Html Css Color HEX #307F6C Genoa

📋 copy color: '#307F6C'

red 48 ◦ green 127 ◦ blue 108

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

Shades of Genoa #307F6C

Tints of Genoa #307F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 44.88%

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 16.96%
G = 44.88%
B = 38.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#307F6C (or 0x307F6C) is known color: Genoa. HEX triplet: 30, 7F and 6C. RGB value is (48,127,108). Sum of RGB (Red+Green+Blue) = 48+127+108=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #307F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F6C is #CF8093. Grayscale: #656565. Windows color (decimal): -13598868 or 7110448. OLE color: 7110448.

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

Color convert

RGB 48 127 108 -
CMYK 0.62 0 0.15 0.50
HSL 165.57º 0.45% 0.34% -
HSV(B) 165.57º 0.62% 0.5% -
XYZ 11.52 16.89 16.84 -
YUV 101.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 48 127 108 0.62 0 0.15 0.50 165.57 0.45 0.34
Hex 30 7F 6C 3E 0 F 32 A6 2D 22
Octal 60 177 154 76 0 17 62 246 55 42
Binary 110000 1111111 1101100 111110 0 1111 110010 10100110 101101 100010

Color Harmonies of #307F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F6C

Black with #307F6C

Text Example


Text Example

White with #307F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,108); }

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

background-color css

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

 a { background-color: rgb(48,127,108); }

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

border-color css

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

 span { border-color: rgb(48,127,108); }

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