Html Css Color HEX #307768 Genoa

📋 copy color: '#307768'

red 48 ◦ green 119 ◦ blue 104

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

Shades of Genoa #307768

Tints of Genoa #307768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

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

R = 17.71%
G = 43.91%
B = 38.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#307768 (or 0x307768) is known color: Genoa. HEX triplet: 30, 77 and 68. RGB value is (48,119,104). Sum of RGB (Red+Green+Blue) = 48+119+104=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #307768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307768 is #CF8897. Grayscale: #606060. Windows color (decimal): -13600920 or 6846256. OLE color: 6846256.

HSL color Cylindrical-coordinate representation of color #307768: hue angle of 167.32º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307768 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 104 -
CMYK 0.60 0 0.13 0.53
HSL 167.32º 0.43% 0.33% -
HSV(B) 167.32º 0.6% 0.47% -
XYZ 10.31 14.82 15.41 -
YUV 96.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 48 119 104 0.60 0 0.13 0.53 167.32 0.43 0.33
Hex 30 77 68 3C 0 D 35 A7 2B 21
Octal 60 167 150 74 0 15 65 247 53 41
Binary 110000 1110111 1101000 111100 0 1101 110101 10100111 101011 100001

Color Harmonies of #307768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307768

Black with #307768

Text Example


Text Example

White with #307768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307768; }

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

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

background-color css

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

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

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

border-color css

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

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

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