Html Css Color HEX #308D78 Genoa

📋 copy color: '#308D78'

red 48 ◦ green 141 ◦ blue 120

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

Shades of Genoa #308D78

Tints of Genoa #308D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.63%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 15.53%
G = 45.63%
B = 38.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#308D78 (or 0x308D78) is known color: Genoa. HEX triplet: 30, 8D and 78. RGB value is (48,141,120). Sum of RGB (Red+Green+Blue) = 48+141+120=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #308D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D78 is #CF7287. Grayscale: #6E6E6E. Windows color (decimal): -13595272 or 7900464. OLE color: 7900464.

HSL color Cylindrical-coordinate representation of color #308D78: hue angle of 166.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D78 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 120 -
CMYK 0.66 0 0.15 0.45
HSL 166.45º 0.49% 0.37% -
HSV(B) 166.45º 0.66% 0.55% -
XYZ 14.13 21.03 21.08 -
YUV 110.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 48 141 120 0.66 0 0.15 0.45 166.45 0.49 0.37
Hex 30 8D 78 42 0 F 2D A6 31 25
Octal 60 215 170 102 0 17 55 246 61 45
Binary 110000 10001101 1111000 1000010 0 1111 101101 10100110 110001 100101

Color Harmonies of #308D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D78

Black with #308D78

Text Example


Text Example

White with #308D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D78; }

 p { color: rgb(48,141,120); }

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

background-color css

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

 a { background-color: rgb(48,141,120); }

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

border-color css

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

 span { border-color: rgb(48,141,120); }

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