Html Css Color HEX #307469 Genoa

📋 copy color: '#307469'

red 48 ◦ green 116 ◦ blue 105

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

Shades of Genoa #307469

Tints of Genoa #307469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.12%

 BLUE value IS 105 (41.41% from 255) = 39.03%

R = 17.84%
G = 43.12%
B = 39.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#307469 (or 0x307469) is known color: Genoa. HEX triplet: 30, 74 and 69. RGB value is (48,116,105). Sum of RGB (Red+Green+Blue) = 48+116+105=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #307469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307469 is #CF8B96. Grayscale: #5E5E5E. Windows color (decimal): -13601687 or 6911024. OLE color: 6911024.

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

Color convert

RGB 48 116 105 -
CMYK 0.59 0 0.09 0.55
HSL 170.29º 0.41% 0.32% -
HSV(B) 170.29º 0.59% 0.45% -
XYZ 10.01 14.14 15.57 -
YUV 94.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 48 116 105 0.59 0 0.09 0.55 170.29 0.41 0.32
Hex 30 74 69 3B 0 9 37 AA 29 20
Octal 60 164 151 73 0 11 67 252 51 40
Binary 110000 1110100 1101001 111011 0 1001 110111 10101010 101001 100000

Color Harmonies of #307469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307469

Black with #307469

Text Example


Text Example

White with #307469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307469; }

 p { color: rgb(48,116,105); }

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

background-color css

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

 a { background-color: rgb(48,116,105); }

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

border-color css

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

 span { border-color: rgb(48,116,105); }

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