Html Css Color HEX #307265 Genoa

📋 copy color: '#307265'

red 48 ◦ green 114 ◦ blue 101

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

Shades of Genoa #307265

Tints of Genoa #307265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

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

R = 18.25%
G = 43.35%
B = 38.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#307265 (or 0x307265) is known color: Genoa. HEX triplet: 30, 72 and 65. RGB value is (48,114,101). Sum of RGB (Red+Green+Blue) = 48+114+101=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #307265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307265 is #CF8D9A. Grayscale: #5C5C5C. Windows color (decimal): -13602203 or 6648368. OLE color: 6648368.

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

Color convert

RGB 48 114 101 -
CMYK 0.58 0 0.11 0.55
HSL 168.18º 0.41% 0.32% -
HSV(B) 168.18º 0.58% 0.45% -
XYZ 9.59 13.6 14.43 -
YUV 92.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 48 114 101 0.58 0 0.11 0.55 168.18 0.41 0.32
Hex 30 72 65 3A 0 B 37 A8 29 20
Octal 60 162 145 72 0 13 67 250 51 40
Binary 110000 1110010 1100101 111010 0 1011 110111 10101000 101001 100000

Color Harmonies of #307265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307265

Black with #307265

Text Example


Text Example

White with #307265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307265; }

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

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

background-color css

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

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

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

border-color css

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

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

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