Html Css Color HEX #308771 Genoa

📋 copy color: '#308771'

red 48 ◦ green 135 ◦ blue 113

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

Shades of Genoa #308771

Tints of Genoa #308771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 16.22%
G = 45.61%
B = 38.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#308771 (or 0x308771) is known color: Genoa. HEX triplet: 30, 87 and 71. RGB value is (48,135,113). Sum of RGB (Red+Green+Blue) = 48+135+113=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #308771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308771 is #CF788E. Grayscale: #6A6A6A. Windows color (decimal): -13596815 or 7440176. OLE color: 7440176.

HSL color Cylindrical-coordinate representation of color #308771: hue angle of 164.83º 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 #308771 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 113 -
CMYK 0.64 0 0.16 0.47
HSL 164.83º 0.48% 0.36% -
HSV(B) 164.83º 0.64% 0.53% -
XYZ 12.86 19.15 18.64 -
YUV 106.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 48 135 113 0.64 0 0.16 0.47 164.83 0.48 0.36
Hex 30 87 71 40 0 10 2F A5 30 24
Octal 60 207 161 100 0 20 57 245 60 44
Binary 110000 10000111 1110001 1000000 0 10000 101111 10100101 110000 100100

Color Harmonies of #308771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308771

Black with #308771

Text Example


Text Example

White with #308771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308771; }

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

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

background-color css

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

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

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

border-color css

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

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

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