Html Css Color HEX #308874 Genoa

📋 copy color: '#308874'

red 48 ◦ green 136 ◦ blue 116

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

Shades of Genoa #308874

Tints of Genoa #308874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 16%
G = 45.33%
B = 38.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#308874 (or 0x308874) is known color: Genoa. HEX triplet: 30, 88 and 74. RGB value is (48,136,116). Sum of RGB (Red+Green+Blue) = 48+136+116=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #308874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308874 is #CF778B. Grayscale: #6B6B6B. Windows color (decimal): -13596556 or 7637040. OLE color: 7637040.

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

Color convert

RGB 48 136 116 -
CMYK 0.65 0 0.15 0.47
HSL 166.36º 0.48% 0.36% -
HSV(B) 166.36º 0.65% 0.53% -
XYZ 13.18 19.5 19.59 -
YUV 107.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 48 136 116 0.65 0 0.15 0.47 166.36 0.48 0.36
Hex 30 88 74 41 0 F 2F A6 30 24
Octal 60 210 164 101 0 17 57 246 60 44
Binary 110000 10001000 1110100 1000001 0 1111 101111 10100110 110000 100100

Color Harmonies of #308874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308874

Black with #308874

Text Example


Text Example

White with #308874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308874; }

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

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

background-color css

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

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

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

border-color css

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

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

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