Html Css Color HEX #247262 Genoa

📋 copy color: '#247262'

red 36 ◦ green 114 ◦ blue 98

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

Shades of Genoa #247262

Tints of Genoa #247262

RGB

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

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

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

R = 14.52%
G = 45.97%
B = 39.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#247262 (or 0x247262) is known color: Genoa. HEX triplet: 24, 72 and 62. RGB value is (36,114,98). Sum of RGB (Red+Green+Blue) = 36+114+98=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #247262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247262 is #DB8D9D. Grayscale: #585858. Windows color (decimal): -14388638 or 6451748. OLE color: 6451748.

HSL color Cylindrical-coordinate representation of color #247262: hue angle of 167.69º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247262 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 114 98 -
CMYK 0.68 0 0.14 0.55
HSL 167.69º 0.52% 0.29% -
HSV(B) 167.69º 0.68% 0.45% -
XYZ 8.95 13.29 13.65 -
YUV 88.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 36 114 98 0.68 0 0.14 0.55 167.69 0.52 0.29
Hex 24 72 62 44 0 E 37 A8 34 1D
Octal 44 162 142 104 0 16 67 250 64 35
Binary 100100 1110010 1100010 1000100 0 1110 110111 10101000 110100 11101

Color Harmonies of #247262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247262

Black with #247262

Text Example


Text Example

White with #247262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247262; }

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

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

background-color css

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

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

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

border-color css

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

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

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