#304943

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

Shades of Gable Green #304943

Tints of Gable Green #304943

Color information

#304943 (or 0x304943) is unknown color: approx Gable Green. HEX triplet: 30, 49 and 43. RGB value is (48,73,67). Sum of RGB (Red+Green+Blue) = 48+73+67=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #304943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304943 is #CFB6BC. Grayscale: #404040. Windows color (decimal): -13612733 or 4409648. OLE color: 4409648.

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

Color convert

RGB487367-
CMYK0.3400.080.71
HSL165.6º20.66%23.73%-
HSV(B)165.6º34.25%28.63%-
XYZ4.615.86.19-
YUV64.84129.22115.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=25.53%
G=38.83%
B=35.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873670.3400.080.71165.620.6623.73
Hex304943220847a61518
Octal60111103420101072462530
Binary11000010010011000011100010010001000111101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304943; }

 p { color: rgb(48,73,67); }

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

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

 a { background-color: rgb(48,73,67); }

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

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

 span { border-color: rgb(48,73,67); }

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