#304A44

Color #304A44 Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #304A44

Tints of Gable Green #304A44

Color information

#304A44 (or 0x304A44) is unknown color: approx Gable Green. HEX triplet: 30, 4A and 44. RGB value is (48,74,68). Sum of RGB (Red+Green+Blue) = 48+74+68=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #304A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A44 is #CFB5BB. Grayscale: #414141. Windows color (decimal): -13612476 or 4475440. OLE color: 4475440.

HSL color Cylindrical-coordinate representation of color #304A44: hue angle of 166.15º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #304A44 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB487468-
CMYK0.3500.080.71
HSL166.15º21.31%23.92%-
HSV(B)166.15º35.14%29.02%-
XYZ4.715.946.37-
YUV65.54129.39115.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=25.26%
G=38.95%
B=35.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4874680.3500.080.71166.1521.3123.92
Hex304A44230847a61518
Octal60112104430101072462530
Binary11000010010101000100100011010001000111101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304A44; }

 p { color: rgb(48,74,68); }

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

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

 a { background-color: rgb(48,74,68); }

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

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

 span { border-color: rgb(48,74,68); }

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