#304B44

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

Shades of Gable Green #304B44

Tints of Gable Green #304B44

Color information

#304B44 (or 0x304B44) is unknown color: approx Gable Green. HEX triplet: 30, 4B and 44. RGB value is (48,75,68). Sum of RGB (Red+Green+Blue) = 48+75+68=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #304B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B44 is #CFB4BB. Grayscale: #424242. Windows color (decimal): -13612220 or 4475696. OLE color: 4475696.

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

Color convert

RGB487568-
CMYK0.3600.090.71
HSL164.44º21.95%24.12%-
HSV(B)164.44º36%29.41%-
XYZ4.786.086.39-
YUV66.13129.05115.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=25.13%
G=39.27%
B=35.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875680.3600.090.71164.4421.9524.12
Hex304B44240947a41618
Octal60113104440111072442630
Binary11000010010111000100100100010011000111101001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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