Html Css Color HEX #308672 Genoa

📋 copy color: '#308672'

red 48 ◦ green 134 ◦ blue 114

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

Shades of Genoa #308672

Tints of Genoa #308672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 16.22%
G = 45.27%
B = 38.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#308672 (or 0x308672) is known color: Genoa. HEX triplet: 30, 86 and 72. RGB value is (48,134,114). Sum of RGB (Red+Green+Blue) = 48+134+114=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #308672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308672 is #CF798D. Grayscale: #6A6A6A. Windows color (decimal): -13597070 or 7505456. OLE color: 7505456.

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

Color convert

RGB 48 134 114 -
CMYK 0.64 0 0.15 0.47
HSL 166.05º 0.47% 0.36% -
HSV(B) 166.05º 0.64% 0.53% -
XYZ 12.78 18.89 18.89 -
YUV 106.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 48 134 114 0.64 0 0.15 0.47 166.05 0.47 0.36
Hex 30 86 72 40 0 F 2F A6 2F 24
Octal 60 206 162 100 0 17 57 246 57 44
Binary 110000 10000110 1110010 1000000 0 1111 101111 10100110 101111 100100

Color Harmonies of #308672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308672

Black with #308672

Text Example


Text Example

White with #308672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308672; }

 p { color: rgb(48,134,114); }

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

background-color css

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

 a { background-color: rgb(48,134,114); }

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

border-color css

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

 span { border-color: rgb(48,134,114); }

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