Html Css Color HEX #307062 Genoa

📋 copy color: '#307062'

red 48 ◦ green 112 ◦ blue 98

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

Shades of Genoa #307062

Tints of Genoa #307062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

 BLUE value IS 98 (38.67% from 255) = 37.98%

R = 18.6%
G = 43.41%
B = 37.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#307062 (or 0x307062) is known color: Genoa. HEX triplet: 30, 70 and 62. RGB value is (48,112,98). Sum of RGB (Red+Green+Blue) = 48+112+98=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #307062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307062 is #CF8F9D. Grayscale: #5B5B5B. Windows color (decimal): -13602718 or 6451248. OLE color: 6451248.

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

Color convert

RGB 48 112 98 -
CMYK 0.57 0 0.13 0.56
HSL 166.88º 0.4% 0.31% -
HSV(B) 166.88º 0.57% 0.44% -
XYZ 9.22 13.1 13.6 -
YUV 91.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 48 112 98 0.57 0 0.13 0.56 166.88 0.4 0.31
Hex 30 70 62 39 0 D 38 A7 28 1F
Octal 60 160 142 71 0 15 70 247 50 37
Binary 110000 1110000 1100010 111001 0 1101 111000 10100111 101000 11111

Color Harmonies of #307062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307062

Black with #307062

Text Example


Text Example

White with #307062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307062; }

 p { color: rgb(48,112,98); }

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

background-color css

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

 a { background-color: rgb(48,112,98); }

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

border-color css

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

 span { border-color: rgb(48,112,98); }

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