Html Css Color HEX #308275 Genoa

📋 copy color: '#308275'

red 48 ◦ green 130 ◦ blue 117

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

Shades of Genoa #308275

Tints of Genoa #308275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 16.27%
G = 44.07%
B = 39.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#308275 (or 0x308275) is known color: Genoa. HEX triplet: 30, 82 and 75. RGB value is (48,130,117). Sum of RGB (Red+Green+Blue) = 48+130+117=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #308275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308275 is #CF7D8A. Grayscale: #676767. Windows color (decimal): -13598091 or 7701040. OLE color: 7701040.

HSL color Cylindrical-coordinate representation of color #308275: hue angle of 170.49º 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 #308275 is Cyan = 0.63, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 117 -
CMYK 0.63 0 0.1 0.49
HSL 170.49º 0.46% 0.35% -
HSV(B) 170.49º 0.63% 0.51% -
XYZ 12.41 17.88 19.63 -
YUV 104 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 48 130 117 0.63 0 0.1 0.49 170.49 0.46 0.35
Hex 30 82 75 3F 0 A 31 AA 2E 23
Octal 60 202 165 77 0 12 61 252 56 43
Binary 110000 10000010 1110101 111111 0 1010 110001 10101010 101110 100011

Color Harmonies of #308275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308275

Black with #308275

Text Example


Text Example

White with #308275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308275; }

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

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

background-color css

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

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

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

border-color css

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

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

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