Html Css Color HEX #307165 Genoa

📋 copy color: '#307165'

red 48 ◦ green 113 ◦ blue 101

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

Shades of Genoa #307165

Tints of Genoa #307165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

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

R = 18.32%
G = 43.13%
B = 38.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#307165 (or 0x307165) is known color: Genoa. HEX triplet: 30, 71 and 65. RGB value is (48,113,101). Sum of RGB (Red+Green+Blue) = 48+113+101=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #307165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307165 is #CF8E9A. Grayscale: #5C5C5C. Windows color (decimal): -13602459 or 6648112. OLE color: 6648112.

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

Color convert

RGB 48 113 101 -
CMYK 0.58 0 0.11 0.56
HSL 168.92º 0.4% 0.32% -
HSV(B) 168.92º 0.58% 0.44% -
XYZ 9.47 13.38 14.39 -
YUV 92.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 48 113 101 0.58 0 0.11 0.56 168.92 0.4 0.32
Hex 30 71 65 3A 0 B 38 A9 28 20
Octal 60 161 145 72 0 13 70 251 50 40
Binary 110000 1110001 1100101 111010 0 1011 111000 10101001 101000 100000

Color Harmonies of #307165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307165

Black with #307165

Text Example


Text Example

White with #307165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307165; }

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

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

background-color css

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

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

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

border-color css

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

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

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