Html Css Color HEX #247062 Genoa

📋 copy color: '#247062'

red 36 ◦ green 112 ◦ blue 98

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

Shades of Genoa #247062

Tints of Genoa #247062

RGB

 RED value IS 36 (14.45% from 255) = 14.63%

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

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

R = 14.63%
G = 45.53%
B = 39.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#247062 (or 0x247062) is known color: Genoa. HEX triplet: 24, 70 and 62. RGB value is (36,112,98). Sum of RGB (Red+Green+Blue) = 36+112+98=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #247062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247062 is #DB8F9D. Grayscale: #575757. Windows color (decimal): -14389150 or 6451236. OLE color: 6451236.

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

Color convert

RGB 36 112 98 -
CMYK 0.68 0 0.13 0.56
HSL 168.95º 0.51% 0.29% -
HSV(B) 168.95º 0.68% 0.44% -
XYZ 8.73 12.85 13.57 -
YUV 87.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 36 112 98 0.68 0 0.13 0.56 168.95 0.51 0.29
Hex 24 70 62 44 0 D 38 A9 33 1D
Octal 44 160 142 104 0 15 70 251 63 35
Binary 100100 1110000 1100010 1000100 0 1101 111000 10101001 110011 11101

Color Harmonies of #247062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247062

Black with #247062

Text Example


Text Example

White with #247062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247062; }

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

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

background-color css

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

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

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

border-color css

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

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

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