Html Css Color HEX #308875 Genoa

📋 copy color: '#308875'

red 48 ◦ green 136 ◦ blue 117

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

Shades of Genoa #308875

Tints of Genoa #308875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 15.95%
G = 45.18%
B = 38.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#308875 (or 0x308875) is known color: Genoa. HEX triplet: 30, 88 and 75. RGB value is (48,136,117). Sum of RGB (Red+Green+Blue) = 48+136+117=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #308875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308875 is #CF778A. Grayscale: #6B6B6B. Windows color (decimal): -13596555 or 7702576. OLE color: 7702576.

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

Color convert

RGB 48 136 117 -
CMYK 0.65 0 0.14 0.47
HSL 167.05º 0.48% 0.36% -
HSV(B) 167.05º 0.65% 0.53% -
XYZ 13.23 19.52 19.9 -
YUV 107.52 133.35 85.54 -
System Red Green Blue C M Y K H S L
Decimal 48 136 117 0.65 0 0.14 0.47 167.05 0.48 0.36
Hex 30 88 75 41 0 E 2F A7 30 24
Octal 60 210 165 101 0 16 57 247 60 44
Binary 110000 10001000 1110101 1000001 0 1110 101111 10100111 110000 100100

Color Harmonies of #308875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308875

Black with #308875

Text Example


Text Example

White with #308875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308875; }

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

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

background-color css

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

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

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

border-color css

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

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

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