#308372

Color #308372 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #308372

Tints of Genoa #308372

Color information

#308372 (or 0x308372) is unknown color: approx Genoa. HEX triplet: 30, 83 and 72. RGB value is (48,131,114). Sum of RGB (Red+Green+Blue) = 48+131+114=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #308372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308372 is #CF7C8D. Grayscale: #686868. Windows color (decimal): -13597838 or 7504688. OLE color: 7504688.

HSL color Cylindrical-coordinate representation of color #308372: hue angle of 167.71º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308372 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB48131114-
CMYK0.6300.130.49
HSL167.71º46.37%35.1%-
HSV(B)167.71º63.36%51.37%-
XYZ12.3718.0818.76-
YUV104.24133.587.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=16.38%
G=44.71%
B=38.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481311140.6300.130.49167.7146.3735.1
Hex3083723F0D31a82e23
Octal6020316277015612505643
Binary1100001000001111100101111110110111000110101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308372; }

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

 H1.HeaderClassName
 {
   color: #308372;
 }
 .AnyTagClassName
 {
   color: #308372;
 }
</style>
background-color css

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

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

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

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

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

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