#304B45

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

Shades of Gable Green #304B45

Tints of Gable Green #304B45

Color information

#304B45 (or 0x304B45) is unknown color: approx Gable Green. HEX triplet: 30, 4B and 45. RGB value is (48,75,69). Sum of RGB (Red+Green+Blue) = 48+75+69=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #304B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B45 is #CFB4BA. Grayscale: #424242. Windows color (decimal): -13612219 or 4541232. OLE color: 4541232.

HSL color Cylindrical-coordinate representation of color #304B45: hue angle of 166.67º 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 #304B45 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB487569-
CMYK0.3600.080.71
HSL166.67º21.95%24.12%-
HSV(B)166.67º36%29.41%-
XYZ4.816.096.55-
YUV66.24129.55114.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=25%
G=39.06%
B=35.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875690.3600.080.71166.6721.9524.12
Hex304B45240847a71618
Octal60113105440101072472630
Binary11000010010111000101100100010001000111101001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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