Html Css Color HEX #307C6C Genoa

📋 copy color: '#307C6C'

red 48 ◦ green 124 ◦ blue 108

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

Shades of Genoa #307C6C

Tints of Genoa #307C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.29%

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

R = 17.14%
G = 44.29%
B = 38.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#307C6C (or 0x307C6C) is known color: Genoa. HEX triplet: 30, 7C and 6C. RGB value is (48,124,108). Sum of RGB (Red+Green+Blue) = 48+124+108=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #307C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C6C is #CF8393. Grayscale: #636363. Windows color (decimal): -13599636 or 7109680. OLE color: 7109680.

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

Color convert

RGB 48 124 108 -
CMYK 0.61 0 0.13 0.51
HSL 167.37º 0.44% 0.34% -
HSV(B) 167.37º 0.61% 0.49% -
XYZ 11.13 16.13 16.71 -
YUV 99.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 48 124 108 0.61 0 0.13 0.51 167.37 0.44 0.34
Hex 30 7C 6C 3D 0 D 33 A7 2C 22
Octal 60 174 154 75 0 15 63 247 54 42
Binary 110000 1111100 1101100 111101 0 1101 110011 10100111 101100 100010

Color Harmonies of #307C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C6C

Black with #307C6C

Text Example


Text Example

White with #307C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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