Html Css Color HEX #307268 Genoa

📋 copy color: '#307268'

red 48 ◦ green 114 ◦ blue 104

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

Shades of Genoa #307268

Tints of Genoa #307268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.1%

R = 18.05%
G = 42.86%
B = 39.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#307268 (or 0x307268) is known color: Genoa. HEX triplet: 30, 72 and 68. RGB value is (48,114,104). Sum of RGB (Red+Green+Blue) = 48+114+104=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #307268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307268 is #CF8D97. Grayscale: #5D5D5D. Windows color (decimal): -13602200 or 6844976. OLE color: 6844976.

HSL color Cylindrical-coordinate representation of color #307268: hue angle of 170.91º 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 #307268 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 104 -
CMYK 0.58 0 0.09 0.55
HSL 170.91º 0.41% 0.32% -
HSV(B) 170.91º 0.58% 0.45% -
XYZ 9.73 13.66 15.22 -
YUV 93.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 48 114 104 0.58 0 0.09 0.55 170.91 0.41 0.32
Hex 30 72 68 3A 0 9 37 AB 29 20
Octal 60 162 150 72 0 11 67 253 51 40
Binary 110000 1110010 1101000 111010 0 1001 110111 10101011 101001 100000

Color Harmonies of #307268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307268

Black with #307268

Text Example


Text Example

White with #307268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307268; }

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

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

background-color css

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

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

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

border-color css

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

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

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