Html Css Color HEX #307065 Genoa

📋 copy color: '#307065'

red 48 ◦ green 112 ◦ blue 101

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

Shades of Genoa #307065

Tints of Genoa #307065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 18.39%
G = 42.91%
B = 38.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#307065 (or 0x307065) is known color: Genoa. HEX triplet: 30, 70 and 65. RGB value is (48,112,101). Sum of RGB (Red+Green+Blue) = 48+112+101=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #307065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307065 is #CF8F9A. Grayscale: #5B5B5B. Windows color (decimal): -13602715 or 6647856. OLE color: 6647856.

HSL color Cylindrical-coordinate representation of color #307065: hue angle of 169.69º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307065 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 101 -
CMYK 0.57 0 0.10 0.56
HSL 169.69º 0.4% 0.31% -
HSV(B) 169.69º 0.57% 0.44% -
XYZ 9.36 13.16 14.36 -
YUV 91.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 48 112 101 0.57 0 0.10 0.56 169.69 0.4 0.31
Hex 30 70 65 39 0 A 38 AA 28 1F
Octal 60 160 145 71 0 12 70 252 50 37
Binary 110000 1110000 1100101 111001 0 1010 111000 10101010 101000 11111

Color Harmonies of #307065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307065

Black with #307065

Text Example


Text Example

White with #307065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307065; }

 p { color: rgb(48,112,101); }

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

background-color css

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

 a { background-color: rgb(48,112,101); }

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

border-color css

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

 span { border-color: rgb(48,112,101); }

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