Html Css Color HEX #308976 Genoa

📋 copy color: '#308976'

red 48 ◦ green 137 ◦ blue 118

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

Shades of Genoa #308976

Tints of Genoa #308976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.21%

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 15.84%
G = 45.21%
B = 38.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#308976 (or 0x308976) is known color: Genoa. HEX triplet: 30, 89 and 76. RGB value is (48,137,118). Sum of RGB (Red+Green+Blue) = 48+137+118=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #308976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308976 is #CF7689. Grayscale: #6C6C6C. Windows color (decimal): -13596298 or 7768368. OLE color: 7768368.

HSL color Cylindrical-coordinate representation of color #308976: hue angle of 167.19º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308976 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 137 118 -
CMYK 0.65 0 0.14 0.46
HSL 167.19º 0.48% 0.36% -
HSV(B) 167.19º 0.65% 0.54% -
XYZ 13.43 19.83 20.26 -
YUV 108.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 48 137 118 0.65 0 0.14 0.46 167.19 0.48 0.36
Hex 30 89 76 41 0 E 2E A7 30 24
Octal 60 211 166 101 0 16 56 247 60 44
Binary 110000 10001001 1110110 1000001 0 1110 101110 10100111 110000 100100

Color Harmonies of #308976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308976

Black with #308976

Text Example


Text Example

White with #308976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308976; }

 p { color: rgb(48,137,118); }

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

background-color css

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

 a { background-color: rgb(48,137,118); }

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

border-color css

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

 span { border-color: rgb(48,137,118); }

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