Html Css Color HEX #308777 Genoa

📋 copy color: '#308777'

red 48 ◦ green 135 ◦ blue 119

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

Shades of Genoa #308777

Tints of Genoa #308777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 15.89%
G = 44.7%
B = 39.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#308777 (or 0x308777) is known color: Genoa. HEX triplet: 30, 87 and 77. RGB value is (48,135,119). Sum of RGB (Red+Green+Blue) = 48+135+119=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #308777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308777 is #CF7888. Grayscale: #6B6B6B. Windows color (decimal): -13596809 or 7833392. OLE color: 7833392.

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

Color convert

RGB 48 135 119 -
CMYK 0.64 0 0.12 0.47
HSL 168.97º 0.48% 0.36% -
HSV(B) 168.97º 0.64% 0.53% -
XYZ 13.21 19.29 20.48 -
YUV 107.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 48 135 119 0.64 0 0.12 0.47 168.97 0.48 0.36
Hex 30 87 77 40 0 C 2F A9 30 24
Octal 60 207 167 100 0 14 57 251 60 44
Binary 110000 10000111 1110111 1000000 0 1100 101111 10101001 110000 100100

Color Harmonies of #308777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308777

Black with #308777

Text Example


Text Example

White with #308777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308777; }

 p { color: rgb(48,135,119); }

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

background-color css

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

 a { background-color: rgb(48,135,119); }

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

border-color css

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

 span { border-color: rgb(48,135,119); }

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