Html Css Color HEX #308876 Genoa

📋 copy color: '#308876'

red 48 ◦ green 136 ◦ blue 118

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

Shades of Genoa #308876

Tints of Genoa #308876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

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

R = 15.89%
G = 45.03%
B = 39.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#308876 (or 0x308876) is known color: Genoa. HEX triplet: 30, 88 and 76. RGB value is (48,136,118). Sum of RGB (Red+Green+Blue) = 48+136+118=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #308876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308876 is #CF7789. Grayscale: #6B6B6B. Windows color (decimal): -13596554 or 7768112. OLE color: 7768112.

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

Color convert

RGB 48 136 118 -
CMYK 0.65 0 0.13 0.47
HSL 167.73º 0.48% 0.36% -
HSV(B) 167.73º 0.65% 0.53% -
XYZ 13.29 19.54 20.21 -
YUV 107.64 133.85 85.46 -
System Red Green Blue C M Y K H S L
Decimal 48 136 118 0.65 0 0.13 0.47 167.73 0.48 0.36
Hex 30 88 76 41 0 D 2F A8 30 24
Octal 60 210 166 101 0 15 57 250 60 44
Binary 110000 10001000 1110110 1000001 0 1101 101111 10101000 110000 100100

Color Harmonies of #308876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308876

Black with #308876

Text Example


Text Example

White with #308876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308876; }

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

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

background-color css

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

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

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

border-color css

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

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

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