#303E3B

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

Shades of Gable Green #303E3B

Tints of Gable Green #303E3B

Color information

#303E3B (or 0x303E3B) is unknown color: approx Gable Green. HEX triplet: 30, 3E and 3B. RGB value is (48,62,59). Sum of RGB (Red+Green+Blue) = 48+62+59=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 62 - color contains mainly: green. Hex color #303E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E3B is #CFC1C4. Grayscale: #393939. Windows color (decimal): -13615557 or 3882544. OLE color: 3882544.

HSL color Cylindrical-coordinate representation of color #303E3B: hue angle of 167.14º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #303E3B is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB486259-
CMYK0.2300.050.76
HSL167.14º12.73%21.57%-
HSV(B)167.14º22.58%24.31%-
XYZ3.734.394.79-
YUV57.47128.86121.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 62 (24.61% from 255) = 36.69%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=28.40%
G=36.69%
B=34.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4862590.2300.050.76167.1412.7321.57
Hex303E3B17054Ca7d16
Octal60767327051142471526
Binary110000111110111011101110101100110010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303E3B; }

 p { color: rgb(48,62,59); }

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

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

 a { background-color: rgb(48,62,59); }

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

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

 span { border-color: rgb(48,62,59); }

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