Html Css Color HEX #308273 Genoa

📋 copy color: '#308273'

red 48 ◦ green 130 ◦ blue 115

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

Shades of Genoa #308273

Tints of Genoa #308273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

 BLUE value IS 115 (45.31% from 255) = 39.25%

R = 16.38%
G = 44.37%
B = 39.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#308273 (or 0x308273) is known color: Genoa. HEX triplet: 30, 82 and 73. RGB value is (48,130,115). Sum of RGB (Red+Green+Blue) = 48+130+115=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #308273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308273 is #CF7D8C. Grayscale: #676767. Windows color (decimal): -13598093 or 7569968. OLE color: 7569968.

HSL color Cylindrical-coordinate representation of color #308273: hue angle of 169.02º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308273 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 115 -
CMYK 0.63 0 0.12 0.49
HSL 169.02º 0.46% 0.35% -
HSV(B) 169.02º 0.63% 0.51% -
XYZ 12.3 17.83 19.01 -
YUV 103.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 48 130 115 0.63 0 0.12 0.49 169.02 0.46 0.35
Hex 30 82 73 3F 0 C 31 A9 2E 23
Octal 60 202 163 77 0 14 61 251 56 43
Binary 110000 10000010 1110011 111111 0 1100 110001 10101001 101110 100011

Color Harmonies of #308273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308273

Black with #308273

Text Example


Text Example

White with #308273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308273; }

 p { color: rgb(48,130,115); }

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

background-color css

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

 a { background-color: rgb(48,130,115); }

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

border-color css

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

 span { border-color: rgb(48,130,115); }

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