Html Css Color HEX #307262 Genoa

📋 copy color: '#307262'

red 48 ◦ green 114 ◦ blue 98

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

Shades of Genoa #307262

Tints of Genoa #307262

RGB

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

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

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

R = 18.46%
G = 43.85%
B = 37.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#307262 (or 0x307262) is known color: Genoa. HEX triplet: 30, 72 and 62. RGB value is (48,114,98). Sum of RGB (Red+Green+Blue) = 48+114+98=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #307262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307262 is #CF8D9D. Grayscale: #5C5C5C. Windows color (decimal): -13602206 or 6451760. OLE color: 6451760.

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

Color convert

RGB 48 114 98 -
CMYK 0.58 0 0.14 0.55
HSL 165.45º 0.41% 0.32% -
HSV(B) 165.45º 0.58% 0.45% -
XYZ 9.44 13.54 13.67 -
YUV 92.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 48 114 98 0.58 0 0.14 0.55 165.45 0.41 0.32
Hex 30 72 62 3A 0 E 37 A5 29 20
Octal 60 162 142 72 0 16 67 245 51 40
Binary 110000 1110010 1100010 111010 0 1110 110111 10100101 101001 100000

Color Harmonies of #307262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307262

Black with #307262

Text Example


Text Example

White with #307262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307262; }

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

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

background-color css

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

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

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

border-color css

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

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

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