#303E3A

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

Shades of Gable Green #303E3A

Tints of Gable Green #303E3A

Color information

#303E3A (or 0x303E3A) is unknown color: approx Gable Green. HEX triplet: 30, 3E and 3A. RGB value is (48,62,58). Sum of RGB (Red+Green+Blue) = 48+62+58=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 62 - color contains mainly: green. Hex color #303E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E3A is #CFC1C5. Grayscale: #393939. Windows color (decimal): -13615558 or 3817008. OLE color: 3817008.

HSL color Cylindrical-coordinate representation of color #303E3A: hue angle of 162.86º 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 #303E3A is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.76.

Color convert

RGB486258-
CMYK0.2300.060.76
HSL162.86º12.73%21.57%-
HSV(B)162.86º22.58%24.31%-
XYZ3.714.384.65-
YUV57.36128.36121.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=28.57%
G=36.90%
B=34.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4862580.2300.060.76162.8612.7321.57
Hex303E3A17064Ca3d16
Octal60767227061142431526
Binary110000111110111010101110110100110010100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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